Searched refs:xClob (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/connectivity/qa/complex/connectivity/ |
H A D | JdbcLongVarCharTest.java | 100 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()
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 1071 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 D | dbtools.cxx | 1939 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()
|
/aoo4110/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 111 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()
|
/aoo4110/main/connectivity/source/drivers/jdbc/ |
H A D | CallableStatement.cxx | 264 Reference< starsdbc::XClob > xClob = getClob(columnIndex); in getCharacterStream() local 265 …return xClob.is() ? xClob->getCharacterStream() : Reference< ::com::sun::star::io::XInputStream >(… in getCharacterStream()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | SingleSelectQueryComposer.cxx | 1690 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 65 milliseconds