Home
last modified time | relevance | path

Searched refs:setObjectNull (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java226 public void setObjectNull(int arg0, int arg1, String arg2) throws SQLException { in setObjectNull() method in PostgresqlPreparedStatement
227 implParameters.setObjectNull(arg0, arg1, arg2); in setObjectNull()
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx273 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull() function in OPreparedStatement
278 m_xAggregateAsParameters->setObjectNull(parameterIndex, sqlType, typeName); in setObjectNull()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx972 …void ParameterManager::setObjectNull( sal_Int32 _nIndex, sal_Int32 sqlType, const ::rtl::OUString&… in setObjectNull() function in dbtools::ParameterManager
974 VISIT_PARAMETER( setObjectNull( _nIndex, sqlType, typeName ) ); in setObjectNull()
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.hxx109 void SAL_CALL setObjectNull(sal_Int32 parameter, sal_Int32 sqlType, const OUString& typeName)
H A Dmysqlc_preparedstatement.cxx744 void SAL_CALL OPreparedStatement::setObjectNull(sal_Int32 parameter, sal_Int32 /* sqlType */, const… in setObjectNull() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx269 void SAL_CALL OEvoabPreparedStatement::setObjectNull( sal_Int32 /*parameterIndex*/, sal_Int32 /*sql… in setObjectNull() function in OEvoabPreparedStatement
H A DNPreparedStatement.hxx101 …virtual void SAL_CALL setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx209 void SAL_CALL MacabPreparedStatement::setObjectNull(sal_Int32, sal_Int32, const ::rtl::OUString&) t… in setObjectNull() function in MacabPreparedStatement
H A DMacabPreparedStatement.hxx83 …virtual void SAL_CALL setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx285 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull() function in OPreparedStatement
H A DSPreparedStatement.hxx102 …virtual void SAL_CALL setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS…
/trunk/main/connectivity/inc/connectivity/
H A Dparameters.hxx229 … void setObjectNull ( sal_Int32 _nIndex, sal_Int32 sqlType, const ::rtl::OUString& typeName);
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx889 void SAL_CALL DatabaseDataProvider::setObjectNull(sal_Int32 parameterIndex, sal_Int32 sqlType, cons… in setObjectNull() function in dbaccess::DatabaseDataProvider
891 m_aParameterManager.setObjectNull(parameterIndex, sqlType, typeName); in setObjectNull()
/trunk/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx84 …virtual void SAL_CALL setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS…
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx73 …virtual void SAL_CALL setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS…
/trunk/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx103 …virtual void SAL_CALL setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS…
/trunk/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx100 …virtual void SAL_CALL setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS…
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx128 …virtual void SAL_CALL setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const ::rtl::OUS…
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx428 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull() function in OPreparedStatement
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv61 "ORowSet";"com::sun::star::sdbc::XParameters";"setObjectNull()"
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java318 …public synchronized void setObjectNull(int index, int sqlType, String typeName) throws SQLExceptio… in setObjectNull() method in JavaSQLPreparedStatement
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx348 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx544 void SAL_CALL OPreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 sqlType, const… in setObjectNull() function in OPreparedStatement
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv89 "ODatabaseForm";"com::sun::star::sdbc::XParameters";"setObjectNull()"
/trunk/main/connectivity/source/drivers/jdbc/
H A DPreparedStatement.cxx379 void SAL_CALL java_sql_PreparedStatement::setObjectNull( sal_Int32 parameterIndex, sal_Int32 /*sqlT… in setObjectNull() function in java_sql_PreparedStatement

Completed in 120 milliseconds

12