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/org/openoffice/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() throw( SQLException, RuntimeException ) 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/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/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()
H A DJavaSQLResultSet.java508 public DateTime getTimestamp(int columnIndex) throws SQLException { in getTimestamp() method in JavaSQLResultSet
510 java.sql.Timestamp timestamp = jdbcResultSet.getTimestamp(columnIndex); in getTimestamp()
/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) throw( SQLException, RuntimeExceptio… 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 ) throw(SQ… in getTimestamp() function in OCacheSet
559 return m_xDriverRow->getTimestamp(columnIndex); in getTimestamp()
H A DPrivateRow.cxx98 …::com::sun::star::util::DateTime SAL_CALL OPrivateRow::getTimestamp( ::sal_Int32 columnIndex ) thr… in getTimestamp() function in OPrivateRow
/trunk/main/connectivity/java/sdbc_postgresql/src/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.cxx792 DateTime SAL_CALL SortedResultSet::getTimestamp( sal_Int32 columnIndex ) in getTimestamp() function in SortedResultSet
796 return Reference< XRow >::query(mxOriginal)->getTimestamp( columnIndex ); in getTimestamp()
1163 aOne = xRowOne->getTimestamp( nColumn ); in CompareImpl()
1165 aTwo = xRowTwo->getTimestamp( nColumn ); in CompareImpl()
/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/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx248 getTimestamp( in getTimestamp() function in chelp::ResultSetBase
254 return m_aItems[m_nRow]->getTimestamp( columnIndex ); in getTimestamp()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1314 ::getTimestamp( sal_Int32 columnIndex ) in getTimestamp() function in ContentResultSetWrapper
1318 XROW_GETXXX( getTimestamp ); in getTimestamp()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx252 getTimestamp( in getTimestamp() function in ftp::ResultSetBase
258 return m_aItems[m_nRow]->getTimestamp( columnIndex ); in getTimestamp()
/trunk/main/offapi/com/sun/star/util/
H A DXTimeStamped.idl63 string getTimestamp() ;
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx305 getTimestamp( in getTimestamp() function in fileaccess::XResultSet_impl
311 return m_aItems[m_nRow]->getTimestamp( columnIndex ); in getTimestamp()
/trunk/main/sc/source/core/data/
H A Ddbdocutl.cxx131 util::DateTime aStamp = xRow->getTimestamp(nRowPos); in PutData()

Completed in 158 milliseconds

1234