/aoo42x/main/dbaccess/source/core/api/ |
H A D | WrappedResultSet.cxx | 145 void SAL_CALL WrappedResultSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates() function in WrappedResultSet 148 m_xUpd->cancelRowUpdates(); in cancelRowUpdates()
|
H A D | BookmarkSet.hxx | 65 …virtual void SAL_CALL cancelRowUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
|
H A D | WrappedResultSet.hxx | 66 …virtual void SAL_CALL cancelRowUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
|
H A D | StaticSet.hxx | 83 …virtual void SAL_CALL cancelRowUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
|
H A D | resultset.cxx | 1151 void OResultSet::cancelRowUpdates(void) throw( SQLException, RuntimeException ) in cancelRowUpdates() function in OResultSet 1159 m_xDelegatorResultSetUpdate->cancelRowUpdates(); in cancelRowUpdates()
|
H A D | BookmarkSet.cxx | 161 void SAL_CALL OBookmarkSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates() function in OBookmarkSet
|
H A D | RowSetCache.hxx | 261 void cancelRowUpdates( );
|
H A D | StaticSet.cxx | 374 void SAL_CALL OStaticSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates() function in OStaticSet
|
H A D | RowSetCache.cxx | 126 xUp->cancelRowUpdates(); in DBG_NAME() 1382 void ORowSetCache::cancelRowUpdates( ) in cancelRowUpdates() function in ORowSetCache
|
H A D | CacheSet.hxx | 142 …virtual void SAL_CALL cancelRowUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
|
H A D | KeySet.hxx | 226 …virtual void SAL_CALL cancelRowUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
|
H A D | resultset.hxx | 242 …virtual void SAL_CALL cancelRowUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 281 public void cancelRowUpdates() throws SQLException { in cancelRowUpdates() method in PostgresqlResultSet 282 implResultSetUpdate.cancelRowUpdates(); in cancelRowUpdates()
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XResultSetUpdate.java | 172 oObj.cancelRowUpdates() ; in _cancelRowUpdates()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLResultSet.java | 726 public void cancelRowUpdates() throws SQLException { in cancelRowUpdates() method in JavaSQLResultSet 728 jdbcResultSet.cancelRowUpdates(); in cancelRowUpdates()
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/ |
H A D | Sales.java | 137 updateRs.cancelRowUpdates(); in retrieveSalesData2()
|
/aoo42x/main/offapi/com/sun/star/sdbc/ |
H A D | XResultSetUpdate.idl | 84 void cancelRowUpdates() raises (SQLException);
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_resultset.hxx | 238 void SAL_CALL cancelRowUpdates() throw(SQLException, RuntimeException);
|
/aoo42x/main/qadevOOo/objdsc/dbaccess/ |
H A D | com.sun.star.comp.dba.ORowSet.csv | 57 "ORowSet";"com::sun::star::sdbc::XResultSetUpdate#optional";"cancelRowUpdates()"
|
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | ResultSet.hxx | 175 …virtual void SAL_CALL cancelRowUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | MacabResultSet.hxx | 183 …virtual void SAL_CALL cancelRowUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SResultSet.cxx | 551 void SAL_CALL OResultSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates() function in OResultSet
|
H A D | SResultSet.hxx | 172 …virtual void SAL_CALL cancelRowUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | AResultSet.hxx | 194 …virtual void SAL_CALL cancelRowUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
|
/aoo42x/main/connectivity/workben/skeleton/ |
H A D | SResultSet.hxx | 207 …virtual void SAL_CALL cancelRowUpdates( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun:…
|