Home
last modified time | relevance | path

Searched refs:afterLast (Results 1 – 25 of 76) sorted by relevance

1234

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java108 public synchronized void afterLast() throws SQLException { in afterLast() method in CustomResultSet
410 afterLast(); in moveRelativeToBookmark()
425 afterLast(); in moveToBookmark()
H A DDatabaseMetaDataResultSet.java130 public synchronized void afterLast() throws SQLException { in afterLast() method in DatabaseMetaDataResultSet
455 afterLast(); in moveRelativeToBookmark()
470 afterLast(); in moveToBookmark()
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java95 void afterLast() throws SQLException in afterLast() method in ResultSet
97 m_resultSet.afterLast(); in afterLast()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java126 public void afterLast() throws SQLException in afterLast() method in RowSet
128 m_rowSet.afterLast(); in afterLast()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java127 public void afterLast() throws SQLException in afterLast() method in RowSet
129 m_rowSet.afterLast(); in afterLast()
/trunk/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx142 m_xResultSet->afterLast(); in Read()
147 m_xResultSet->afterLast(); in Read()
/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx812 void SAL_CALL ORowSetBase::afterLast( ) throw(SQLException, RuntimeException) in afterLast() function in dbaccess::ORowSetBase
833 m_pCache->afterLast(); in afterLast()
1361 bSuccess = m_pCache->afterLast(); in positionCache()
1381 m_pCache->afterLast(); in positionCache()
H A DCacheSet.cxx643 void SAL_CALL OCacheSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast() function in OCacheSet
647 m_xDriverSet->afterLast(); in afterLast()
H A DStaticSet.hxx66 …virtual void SAL_CALL afterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
H A Dresultset.cxx921 void OResultSet::afterLast(void) throw( SQLException, RuntimeException ) in afterLast() function in OResultSet
927 m_xDelegatorResultSet->afterLast(); in afterLast()
H A DRowSetCache.hxx244 sal_Bool afterLast( );
H A DStaticSet.cxx203 void SAL_CALL OStaticSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast() function in OStaticSet
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultsetstub.cxx313 m_xResultSetOrigin->afterLast(); \
355 m_xResultSetOrigin->afterLast(); \
H A Dcontentresultsetwrapper.cxx1014 ::afterLast() in afterLast() function in ContentResultSetWrapper
1025 m_xResultSetOrigin->afterLast(); in afterLast()
H A Dcachedcontentresultset.cxx1678 ::afterLast() in afterLast() function in CachedContentResultSet
1716 m_xResultSetOrigin->afterLast(); in isAfterLast()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java107 public void afterLast() throws SQLException { in afterLast() method in PostgresqlResultSet
108 impl.afterLast(); in afterLast()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java558 public void afterLast() throws SQLException { in afterLast() method in JavaSQLResultSet
560 jdbcResultSet.afterLast(); in afterLast()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx715 void SAL_CALL OResultSet::afterLast() in afterLast() function in OResultSet
723 m_result->afterLast(); in afterLast()
H A Dmysqlc_resultset.hxx140 void SAL_CALL afterLast() throw(SQLException, RuntimeException);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSet.java144 oObj.afterLast() ; in _afterLast()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSales.java120 srs.afterLast(); in retrieveSalesData2()
H A DRowSet.java221 xRes.afterLast(); in showRowSetEvents()
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx1079 void SAL_CALL DatabaseDataProvider::afterLast() throw( SQLException, RuntimeException ) in afterLast() function in dbaccess::DatabaseDataProvider
1081 m_xRowSet->afterLast(); in afterLast()
/trunk/main/ucb/source/sorter/
H A Dsortresult.hxx264 afterLast()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx234 ResultSetBase::afterLast( in afterLast() function in ResultSetBase

Completed in 152 milliseconds

1234