Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 25 of 95) sorted by relevance

1234

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java144 row.getTimestamp(i + 1) ; in _updateNull()
513 DateTime newVal = row.getTimestamp(idx) ; in _updateTimestamp()
516 DateTime getVal = row.getTimestamp(idx) ; in _updateTimestamp()
/trunk/main/forms/qa/integration/complex/forms/tools/
H A DResultSet.java239 DateTime getTimestamp( int _colIndex ) throws SQLException in getTimestamp() method in ResultSet
241 return m_row.getTimestamp( _colIndex ); in getTimestamp()
/trunk/main/qadevOOo/testdocs/backend/org/openoffice/
H A DJavaSystemBackend.java100 public String getTimestamp() { in getTimestamp() method in JavaSystemBackend
250 public String getTimestamp() { in getTimestamp() method in JavaSystemBackend.CommonLayer
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java247 public DateTime getTimestamp(int i) throws SQLException in getTimestamp() method in RowSet
249 return m_row.getTimestamp(i); in getTimestamp()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java248 public DateTime getTimestamp(int i) throws SQLException in getTimestamp() method in RowSet
250 return m_row.getTimestamp(i); in getTimestamp()
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx155 com::sun::star::util::DateTime DataColumn::getTimestamp() in getTimestamp() function in svxform::DataColumn
157 return m_xColumn->getTimestamp(); in getTimestamp()
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXMultiLayerStratum.idl178 <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>.
222 <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>.
277 <member scope="com::sun::star::util">XTimeStamped::getTimestamp()</member>.
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java273 static private Timestamp getTimestamp(final Object obj) in getTimestamp() method in SDBCReportData
357 ret = getTimestamp(obj); in convertObject()
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx2022 virtual DateTime getTimestamp() const = 0;
2054 …virtual DateTime getTimestamp() const { return m_xRow->getTimestamp( m_n… in getTimestamp() function in connectivity::detail::RowValue
2087 …virtual DateTime getTimestamp() const { return m_xColumn->getTimestamp()… in getTimestamp() function in connectivity::detail::ColumnValue
2159 (*this) = _rValueSource.getTimestamp(); in impl_fill()
/trunk/main/dbaccess/source/core/api/
H A Dcallablestatement.cxx265 ::com::sun::star::util::DateTime SAL_CALL OCallableStatement::getTimestamp( sal_Int32 columnIndex ) in getTimestamp() function in OCallableStatement
271 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getTimestamp( columnIndex ); in getTimestamp()
H A Ddatacolumn.cxx257 com::sun::star::util::DateTime ODataColumn::getTimestamp(void) in getTimestamp() function in ODataColumn
262 return m_xRow->getTimestamp(m_nPos); in getTimestamp()
H A DCacheSet.cxx556 ::com::sun::star::util::DateTime SAL_CALL OCacheSet::getTimestamp( sal_Int32 columnIndex ) in getTimestamp() function in OCacheSet
559 return m_xDriverRow->getTimestamp(columnIndex); in getTimestamp()
H A DPrivateRow.hxx52 virtual ::com::sun::star::util::DateTime SAL_CALL getTimestamp( ::sal_Int32 columnIndex );
/trunk/main/svtools/source/contnr/
H A Dcontentenumeration.cxx255 aDT = xRow->getTimestamp( ROW_DATE_MOD ); in enumerateFolderContent()
259 aDT = xRow->getTimestamp( ROW_DATE_CREATE ); in enumerateFolderContent()
/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java301 public synchronized DateTime getTimestamp(int columnIndex) throws SQLException { in getTimestamp() method in JavaSQLCallableStatement
304 …java.sql.Timestamp timestamp = ((java.sql.CallableStatement)jdbcStatement).getTimestamp(columnInde… in getTimestamp()
/trunk/main/connectivity/java/sdbc_postgresql/src/main/java/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java249 public DateTime getTimestamp(int arg0) throws SQLException { in getTimestamp() method in PostgresqlResultSet
250 return implRow.getTimestamp(arg0); in getTimestamp()
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx753 DateTime SAL_CALL SortedResultSet::getTimestamp( sal_Int32 columnIndex ) in getTimestamp() function in SortedResultSet
756 return Reference< XRow >::query(mxOriginal)->getTimestamp( columnIndex ); in getTimestamp()
1092 aOne = xRowOne->getTimestamp( nColumn ); in CompareImpl()
1094 aTwo = xRowTwo->getTimestamp( nColumn ); in CompareImpl()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx223 getTimestamp( in getTimestamp() function in ftp::ResultSetBase
227 return m_aItems[m_nRow]->getTimestamp( columnIndex ); in getTimestamp()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx219 getTimestamp( in getTimestamp() function in chelp::ResultSetBase
223 return m_aItems[m_nRow]->getTimestamp( columnIndex ); in getTimestamp()
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx275 getTimestamp( in getTimestamp() function in fileaccess::XResultSet_impl
279 return m_aItems[m_nRow]->getTimestamp( columnIndex ); in getTimestamp()
/trunk/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx671 xChild->setModDate( xRow->getTimestamp( 2 ) ); // date modified in implReadFolder()
673 xChild->setModDate( xRow->getTimestamp( 3 ) ); // fallback: date created in implReadFolder()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1218 ::getTimestamp( sal_Int32 columnIndex ) in getTimestamp() function in ContentResultSetWrapper
1220 XROW_GETXXX( getTimestamp ); in getTimestamp()
/trunk/main/offapi/com/sun/star/util/
H A DXTimeStamped.idl63 string getTimestamp() ;
/trunk/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx68 virtual ::com::sun::star::util::DateTime SAL_CALL getTimestamp( sal_Int32 columnIndex );
/trunk/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx73 virtual ::com::sun::star::util::DateTime SAL_CALL getTimestamp( sal_Int32 columnIndex );

1234