/aoo4110/main/dbaccess/source/core/api/ |
H A D | preparedstatement.cxx | 381 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()
|
/aoo4110/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.cxx | 387 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 D | mysqlc_preparedstatement.hxx | 136 void SAL_CALL setTimestamp(sal_Int32 parameter, const ::com::sun::star::util::DateTime& x)
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | UpdateHelperImpl.hxx | 121 m_xParameters->setTimestamp(_nPos, _nValue); in updateTimestamp()
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | parameters.cxx | 1044 …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()
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 202 void SAL_CALL OEvoabPreparedStatement::setTimestamp( sal_Int32 /*parameterIndex*/, const DateTime& … in setTimestamp() function in OEvoabPreparedStatement
|
H A D | NPreparedStatement.hxx | 113 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
|
/aoo4110/main/connectivity/source/drivers/kab/ |
H A D | KPreparedStatement.cxx | 294 void SAL_CALL KabPreparedStatement::setTimestamp(sal_Int32, const DateTime&) throw(SQLException, Ru… in setTimestamp() function in KabPreparedStatement
|
H A D | KPreparedStatement.hxx | 95 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
|
/aoo4110/main/connectivity/source/drivers/macab/ |
H A D | MacabPreparedStatement.cxx | 307 void SAL_CALL MacabPreparedStatement::setTimestamp(sal_Int32, const DateTime&) throw(SQLException, … in setTimestamp() function in MacabPreparedStatement
|
H A D | MacabPreparedStatement.hxx | 95 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
|
/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XParameters.java | 386 oObj.setTimestamp(idx, new DateTime((short)1,(short)2,(short)3, in _setTimestamp()
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SPreparedStatement.cxx | 196 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& aVal ) th… in setTimestamp() function in OPreparedStatement
|
H A D | SPreparedStatement.hxx | 114 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
|
/aoo4110/main/connectivity/inc/connectivity/ |
H A D | parameters.hxx | 241 void setTimestamp ( sal_Int32 _nIndex, const ::com::sun::star::util::DateTime& x);
|
/aoo4110/main/connectivity/source/inc/ado/ |
H A D | APreparedStatement.hxx | 96 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
|
/aoo4110/main/connectivity/source/inc/java/sql/ |
H A D | PreparedStatement.hxx | 85 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
|
/aoo4110/main/dbaccess/source/core/inc/ |
H A D | preparedstatement.hxx | 115 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
|
/aoo4110/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 961 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()
|
/aoo4110/main/connectivity/source/inc/file/ |
H A D | FPreparedStatement.hxx | 112 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OPreparedStatement.hxx | 140 …virtual void SAL_CALL setTimestamp( sal_Int32 parameterIndex, const ::com::sun::star::util::DateTi…
|
/aoo4110/main/connectivity/source/drivers/ado/ |
H A D | APreparedStatement.cxx | 351 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& x ) throw… in setTimestamp() function in OPreparedStatement
|
/aoo4110/main/qadevOOo/objdsc/dbaccess/ |
H A D | com.sun.star.comp.dba.ORowSet.csv | 73 "ORowSet";"com::sun::star::sdbc::XParameters";"setTimestamp()"
|
/aoo4110/main/connectivity/source/drivers/file/ |
H A D | FPreparedStatement.cxx | 255 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& aVal ) th… in setTimestamp() function in OPreparedStatement
|
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OPreparedStatement.cxx | 384 void SAL_CALL OPreparedStatement::setTimestamp( sal_Int32 parameterIndex, const DateTime& aVal ) th… in setTimestamp() function in OPreparedStatement
|