/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlPreparedStatement.java | 194 public void setClob(int arg0, XClob arg1) throws SQLException { in setClob() method in PostgresqlPreparedStatement 195 implParameters.setClob(arg0, arg1); in setClob()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | preparedstatement.cxx | 444 void SAL_CALL OPreparedStatement::setClob( sal_Int32 parameterIndex, const Reference< XClob >& x ) … in setClob() function in OPreparedStatement 449 m_xAggregateAsParameters->setClob(parameterIndex, x); in setClob()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.cxx | 523 void SAL_CALL OPreparedStatement::setClob(sal_Int32 parameter, const Reference< XClob >& /* x */) in setClob() function in OPreparedStatement 689 || impl_setObject( this, _parameterIndex, _value, &XParameters::setClob, false ) in setObjectWithInfo()
|
H A D | mysqlc_preparedstatement.hxx | 156 void SAL_CALL setClob(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XClob >& x)
|
/trunk/main/connectivity/source/commontools/ |
H A D | parameters.cxx | 1086 …void ParameterManager::setClob( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::… in setClob() function in dbtools::ParameterManager 1088 VISIT_PARAMETER( setClob( _nIndex, x ) ); in setClob()
|
H A D | dbtools.cxx | 1941 _xParams->setClob(parameterIndex,xClob); in setObjectWithInfo() 1992 _xParams->setClob(parameterIndex,xClob); in setObjectWithInfo()
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 239 void SAL_CALL OEvoabPreparedStatement::setClob( sal_Int32 /*parameterIndex*/, const Reference< XClo… in setClob() function in OEvoabPreparedStatement
|
H A D | NPreparedStatement.hxx | 120 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabPreparedStatement.cxx | 367 void SAL_CALL MacabPreparedStatement::setClob(sal_Int32, const Reference< XClob >&) throw(SQLExcept… in setClob() function in MacabPreparedStatement
|
H A D | MacabPreparedStatement.hxx | 102 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SPreparedStatement.cxx | 245 void SAL_CALL OPreparedStatement::setClob( sal_Int32 parameterIndex, const Reference< XClob >& x ) … in setClob() function in OPreparedStatement
|
H A D | SPreparedStatement.hxx | 121 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XClob.idl | 92 <code>setClob</code>
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | parameters.hxx | 248 …void setClob ( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::sun::s…
|
/trunk/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 1003 void SAL_CALL DatabaseDataProvider::setClob(sal_Int32 parameterIndex, const uno::Reference<sdbc::XC… in setClob() function in dbaccess::DatabaseDataProvider 1005 m_aParameterManager.setClob(parameterIndex, x); in setClob()
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | APreparedStatement.hxx | 103 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | PreparedStatement.hxx | 92 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | preparedstatement.hxx | 122 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
|
/trunk/main/connectivity/source/inc/file/ |
H A D | FPreparedStatement.hxx | 119 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | OPreparedStatement.hxx | 147 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | APreparedStatement.cxx | 389 void SAL_CALL OPreparedStatement::setClob( sal_Int32 /*parameterIndex*/, const Reference< XClob >& … in setClob() function in OPreparedStatement
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/ |
H A D | com.sun.star.comp.dba.ORowSet.csv | 80 "ORowSet";"com::sun::star::sdbc::XParameters";"setClob()"
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLPreparedStatement.java | 235 public synchronized void setClob(int index, XClob x) throws SQLException { in setClob() method in JavaSQLPreparedStatement
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FPreparedStatement.cxx | 304 void SAL_CALL OPreparedStatement::setClob( sal_Int32 /*parameterIndex*/, const Reference< XClob >& … in setClob() function in OPreparedStatement
|
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OPreparedStatement.cxx | 470 void SAL_CALL OPreparedStatement::setClob( sal_Int32 parameterIndex, const Reference< XClob >& x ) … in setClob() function in OPreparedStatement
|