Home
last modified time | relevance | path

Searched refs:cancelRowUpdates (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx145 void SAL_CALL WrappedResultSet::cancelRowUpdates( ) in cancelRowUpdates() function in WrappedResultSet
148 m_xUpd->cancelRowUpdates(); in cancelRowUpdates()
H A DBookmarkSet.hxx65 virtual void SAL_CALL cancelRowUpdates( );
H A DWrappedResultSet.hxx66 virtual void SAL_CALL cancelRowUpdates( );
H A DStaticSet.hxx83 virtual void SAL_CALL cancelRowUpdates( );
H A Dresultset.cxx1151 void OResultSet::cancelRowUpdates(void) in cancelRowUpdates() function in OResultSet
1159 m_xDelegatorResultSetUpdate->cancelRowUpdates(); in cancelRowUpdates()
H A DBookmarkSet.cxx161 void SAL_CALL OBookmarkSet::cancelRowUpdates( ) in cancelRowUpdates() function in OBookmarkSet
H A DRowSetCache.hxx261 void cancelRowUpdates( );
H A DCacheSet.hxx142 virtual void SAL_CALL cancelRowUpdates( ) = 0;
H A DStaticSet.cxx374 void SAL_CALL OStaticSet::cancelRowUpdates( ) in cancelRowUpdates() function in OStaticSet
H A DKeySet.hxx226 virtual void SAL_CALL cancelRowUpdates( );
H A Dresultset.hxx240 virtual void SAL_CALL cancelRowUpdates( );
H A DRowSetCache.cxx126 xUp->cancelRowUpdates(); in DBG_NAME()
1382 void ORowSetCache::cancelRowUpdates( ) in cancelRowUpdates() function in ORowSetCache
/trunk/main/connectivity/java/sdbc_postgresql/src/main/java/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java281 public void cancelRowUpdates() throws SQLException { in cancelRowUpdates() method in PostgresqlResultSet
282 implResultSetUpdate.cancelRowUpdates(); in cancelRowUpdates()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSetUpdate.java172 oObj.cancelRowUpdates() ; in _cancelRowUpdates()
/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java726 public void cancelRowUpdates() throws SQLException { in cancelRowUpdates() method in JavaSQLResultSet
728 jdbcResultSet.cancelRowUpdates(); in cancelRowUpdates()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSales.java137 updateRs.cancelRowUpdates(); in retrieveSalesData2()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXResultSetUpdate.idl84 void cancelRowUpdates() raises (SQLException);
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx220 void SAL_CALL cancelRowUpdates();
/trunk/main/connectivity/source/inc/java/sql/
H A DResultSet.hxx173 virtual void SAL_CALL cancelRowUpdates( );
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.hxx170 virtual void SAL_CALL cancelRowUpdates( );
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.hxx181 virtual void SAL_CALL cancelRowUpdates( );
/trunk/main/connectivity/source/inc/ado/
H A DAResultSet.hxx192 virtual void SAL_CALL cancelRowUpdates( );
/trunk/main/connectivity/workben/skeleton/
H A DSResultSet.hxx205 virtual void SAL_CALL cancelRowUpdates( );
/trunk/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx275 virtual void SAL_CALL cancelRowUpdates( );
/trunk/main/connectivity/source/inc/file/
H A DFResultSet.hxx268 virtual void SAL_CALL cancelRowUpdates( );

12