Home
last modified time | relevance | path

Searched refs:setTimestamp (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java250 public void setTimestamp(int arg0, DateTime arg1) throws SQLException { in setTimestamp() method in PostgresqlPreparedStatement
251 implParameters.setTimestamp(arg0, arg1); in setTimestamp()
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx381 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::u… in setTimestamp() function in OPreparedStatement
386 m_xAggregateAsParameters->setTimestamp(parameterIndex, x); in setTimestamp()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java398 public synchronized void setTimestamp(int index, DateTime x) throws SQLException { in setTimestamp() method in JavaSQLPreparedStatement
402 ((java.sql.PreparedStatement)jdbcStatement).setTimestamp( in setTimestamp()
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx387 void SAL_CALL OPreparedStatement::setTimestamp(sal_Int32 parameter, const DateTime& aVal) in setTimestamp() function in OPreparedStatement
680 impl_setObject( this, _parameterIndex, _value, &XParameters::setTimestamp, true ); in setObjectWithInfo()
H A Dmysqlc_preparedstatement.hxx136 void SAL_CALL setTimestamp(sal_Int32 parameter, const ::com::sun::star::util::DateTime& x)
/trunk/main/dbaccess/source/ui/misc/
H A DUpdateHelperImpl.hxx121 m_xParameters->setTimestamp(_nPos, _nValue); in updateTimestamp()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx1044 …void ParameterManager::setTimestamp( sal_Int32 _nIndex, const ::com::sun::star::util::DateTime& x ) in setTimestamp() function in dbtools::ParameterManager
1046 VISIT_PARAMETER( setTimestamp( _nIndex, x ) ); in setTimestamp()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx202 void SAL_CALL OEvoabPreparedStatement::setTimestamp( sal_Int32 /*parameterIndex*/, const DateTime& … in setTimestamp() function in OEvoabPreparedStatement
H A DNPreparedStatement.hxx113 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx307 void SAL_CALL MacabPreparedStatement::setTimestamp(sal_Int32, const DateTime&) throw(SQLException, … in setTimestamp() function in MacabPreparedStatement
H A DMacabPreparedStatement.hxx95 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx196 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& aVal ) th… in setTimestamp() function in OPreparedStatement
H A DSPreparedStatement.hxx114 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XParameters.java386 oObj.setTimestamp(idx, new DateTime((short)1,(short)2,(short)3, in _setTimestamp()
/trunk/main/connectivity/inc/connectivity/
H A Dparameters.hxx241 void setTimestamp ( sal_Int32 _nIndex, const ::com::sun::star::util::DateTime& x);
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx961 void SAL_CALL DatabaseDataProvider::setTimestamp(sal_Int32 parameterIndex, const util::DateTime& x)… in setTimestamp() function in dbaccess::DatabaseDataProvider
963 m_aParameterManager.setTimestamp(parameterIndex, x); in setTimestamp()
/trunk/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx96 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx85 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
/trunk/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx115 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
/trunk/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx112 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
/trunk/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx140 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx351 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& x ) throw… in setTimestamp() function in OPreparedStatement
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv73 "ORowSet";"com::sun::star::sdbc::XParameters";"setTimestamp()"
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx255 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& aVal ) th… in setTimestamp() function in OPreparedStatement
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx384 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& aVal ) th… in setTimestamp() function in OPreparedStatement

Completed in 82 milliseconds

12