Home
last modified time | relevance | path

Searched refs:setClob (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java194 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 Dpreparedstatement.cxx444 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 Dmysqlc_preparedstatement.cxx523 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 Dmysqlc_preparedstatement.hxx156 void SAL_CALL setClob(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XClob >& x)
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx1086 …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 Ddbtools.cxx1941 _xParams->setClob(parameterIndex,xClob); in setObjectWithInfo()
1992 _xParams->setClob(parameterIndex,xClob); in setObjectWithInfo()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx239 void SAL_CALL OEvoabPreparedStatement::setClob( sal_Int32 /*parameterIndex*/, const Reference< XClo… in setClob() function in OEvoabPreparedStatement
H A DNPreparedStatement.hxx120 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx367 void SAL_CALL MacabPreparedStatement::setClob(sal_Int32, const Reference< XClob >&) throw(SQLExcept… in setClob() function in MacabPreparedStatement
H A DMacabPreparedStatement.hxx102 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx245 void SAL_CALL OPreparedStatement::setClob( sal_Int32 parameterIndex, const Reference< XClob >& x ) … in setClob() function in OPreparedStatement
H A DSPreparedStatement.hxx121 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/offapi/com/sun/star/sdbc/
H A DXClob.idl92 <code>setClob</code>
/trunk/main/connectivity/inc/connectivity/
H A Dparameters.hxx248 …void setClob ( sal_Int32 _nIndex, const ::com::sun::star::uno::Reference< ::com::sun::s…
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx1003 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 DAPreparedStatement.hxx103 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx92 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx122 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx119 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx147 …virtual void SAL_CALL setClob( sal_Int32 parameterIndex, const ::com::sun::star::uno::Reference< :…
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx389 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 Dcom.sun.star.comp.dba.ORowSet.csv80 "ORowSet";"com::sun::star::sdbc::XParameters";"setClob()"
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java235 public synchronized void setClob(int index, XClob x) throws SQLException { in setClob() method in JavaSQLPreparedStatement
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx304 void SAL_CALL OPreparedStatement::setClob( sal_Int32 /*parameterIndex*/, const Reference< XClob >& … in setClob() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx470 void SAL_CALL OPreparedStatement::setClob( sal_Int32 parameterIndex, const Reference< XClob >& x ) … in setClob() function in OPreparedStatement

Completed in 89 milliseconds

12