Home
last modified time | relevance | path

Searched refs:xClob (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/qa/complex/connectivity/
H A DJdbcLongVarCharTest.java100 XClob xClob = null; in testLongVarChar() local
101 xClob = xRow.getClob(2); in testLongVarChar()
102 if (xClob != null) in testLongVarChar()
105 int len = (int) xClob.length(); in testLongVarChar()
106 str = xClob.getSubString(1, len); in testLongVarChar()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx1071 Reference< XClob > xClob; in getString() local
1072 if ( aValue >>= xClob ) in getString()
1074 if ( xClob.is() ) in getString()
1076 aRet = xClob->getSubString(1,(sal_Int32)xClob->length() ); in getString()
1732 Reference<XClob> xClob(aValue,UNO_QUERY); in getSequence() local
1733 if ( xClob.is() ) in getSequence()
1734 xStream = xClob->getCharacterStream(); in getSequence()
2347 Reference< XClob > xClob; in fill() local
2348 if ( _rValue >>= xClob ) in fill()
H A Ddbtools.cxx1939 Reference< XClob > xClob; in setObjectWithInfo() local
1940 if(x >>= xClob) in setObjectWithInfo()
1941 _xParams->setClob(parameterIndex,xClob); in setObjectWithInfo()
1990 Reference< XClob > xClob; in setObjectWithInfo() local
1991 if(x >>= xClob) in setObjectWithInfo()
1992 _xParams->setClob(parameterIndex,xClob); in setObjectWithInfo()
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx111 Reference< XClob > xClob; // getClob member
565 aValue <<= rValue.xClob; in getObject()
614 GETVALUE_IMPL( Reference< XClob >, CLOB_VALUE_SET, xClob ); in getClob()
806 SETVALUE_IMPL( rPropName, CLOB_VALUE_SET, xClob, rValue ); in appendClob()
/trunk/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx264 Reference< starsdbc::XClob > xClob = getClob(columnIndex); in getCharacterStream() local
265 …return xClob.is() ? xClob->getCharacterStream() : Reference< ::com::sun::star::io::XInputStream >(… in getCharacterStream()
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1690 Reference< XClob > xClob(aValue,UNO_QUERY); in setConditionByColumn() local
1691 if ( xClob.is() ) in setConditionByColumn()
1693 const ::sal_Int64 nLength = xClob->length(); in setConditionByColumn()
1697 aSQL.append( xClob->getSubString(1,(sal_Int32)nLength) ); in setConditionByColumn()

Completed in 81 milliseconds