/aoo4110/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 95 void afterLast() throws SQLException in afterLast() method in ResultSet 97 m_resultSet.afterLast(); in afterLast()
|
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 126 public void afterLast() throws SQLException in afterLast() method in RowSet 128 m_rowSet.afterLast(); in afterLast()
|
/aoo4110/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 127 public void afterLast() throws SQLException in afterLast() method in RowSet 129 m_rowSet.afterLast(); in afterLast()
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | RowSetDrop.cxx | 142 m_xResultSet->afterLast(); in Read() 147 m_xResultSet->afterLast(); in Read()
|
/aoo4110/main/ucb/source/cacher/ |
H A D | cachedcontentresultsetstub.cxx | 313 m_xResultSetOrigin->afterLast(); \ 355 m_xResultSetOrigin->afterLast(); \
|
H A D | contentresultsetwrapper.cxx | 1014 ::afterLast() in afterLast() function in ContentResultSetWrapper 1025 m_xResultSetOrigin->afterLast(); in afterLast()
|
H A D | cachedcontentresultset.cxx | 1678 ::afterLast() in afterLast() function in CachedContentResultSet 1716 m_xResultSetOrigin->afterLast(); in isAfterLast()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | RowSetBase.cxx | 812 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 D | CacheSet.cxx | 643 void SAL_CALL OCacheSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast() function in OCacheSet 647 m_xDriverSet->afterLast(); in afterLast()
|
H A D | StaticSet.hxx | 66 …virtual void SAL_CALL afterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
|
H A D | RowSetCache.hxx | 244 sal_Bool afterLast( );
|
H A D | resultset.cxx | 921 void OResultSet::afterLast(void) throw( SQLException, RuntimeException ) in afterLast() function in OResultSet 927 m_xDelegatorResultSet->afterLast(); in afterLast()
|
H A D | StaticSet.cxx | 203 void SAL_CALL OStaticSet::afterLast( ) throw(SQLException, RuntimeException) in afterLast() function in OStaticSet
|
/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XResultSet.java | 144 oObj.afterLast() ; in _afterLast()
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/ |
H A D | Sales.java | 120 srs.afterLast(); in retrieveSalesData2()
|
H A D | RowSet.java | 221 xRes.afterLast(); in showRowSetEvents()
|
/aoo4110/main/mysqlc/source/ |
H A D | mysqlc_resultset.cxx | 715 void SAL_CALL OResultSet::afterLast() in afterLast() function in OResultSet 723 m_result->afterLast(); in afterLast()
|
H A D | mysqlc_resultset.hxx | 140 void SAL_CALL afterLast() throw(SQLException, RuntimeException);
|
/aoo4110/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 1079 void SAL_CALL DatabaseDataProvider::afterLast() throw( SQLException, RuntimeException ) in afterLast() function in dbaccess::DatabaseDataProvider 1081 m_xRowSet->afterLast(); in afterLast()
|
/aoo4110/main/ucb/source/sorter/ |
H A D | sortresult.hxx | 264 afterLast()
|
/aoo4110/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.cxx | 234 ResultSetBase::afterLast( in afterLast() function in ResultSetBase
|
/aoo4110/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.cxx | 234 ResultSetBase::afterLast( in afterLast() function in ResultSetBase
|
/aoo4110/main/qadevOOo/tests/java/mod/_dbaccess/ |
H A D | ORowSet.java | 333 resultSet.afterLast(); in createTestEnvironment()
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | NResultSet.hxx | 132 …virtual void SAL_CALL afterLast( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::…
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | exsrcbrw.cxx | 441 xResultSet->afterLast(); in Attach()
|