/trunk/main/forms/qa/integration/complex/forms/tools/ |
H A D | ResultSet.java | 143 boolean rowUpdated() throws SQLException in rowUpdated() method in ResultSet 145 return m_resultSet.rowUpdated(); in rowUpdated()
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 166 public boolean rowUpdated() throws SQLException in rowUpdated() method in RowSet 168 return m_rowSet.rowUpdated(); in rowUpdated()
|
/trunk/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 167 public boolean rowUpdated() throws SQLException in rowUpdated() method in RowSet 169 return m_rowSet.rowUpdated(); in rowUpdated()
|
/trunk/main/svx/inc/svx/ |
H A D | fmtools.hxx | 168 sal_Bool rowUpdated() { return m_xMoveOperations->rowUpdated(); } in rowUpdated() function in CursorWrapper
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 171 public boolean rowUpdated() throws SQLException { in rowUpdated() method in PostgresqlResultSet 172 return impl.rowUpdated(); in rowUpdated()
|
/trunk/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSet.java | 716 …rowDeleted and/or rowUpdated are wrong on a deleted row", !m_resultSet.rowUpdated() && !m_resultSe… in testDeleteBehavior() 721 final XRowUpdate rowUpdated = UnoRuntime.queryInterface( XRowUpdate.class, m_resultSet ); in testDeleteBehavior() local 725 rowUpdated.updateString(2, TEST21); in testDeleteBehavior()
|
/trunk/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.cxx | 1127 ::rowUpdated() in rowUpdated() function in ContentResultSetWrapper 1138 return m_xResultSetOrigin->rowUpdated(); in rowUpdated()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | CacheSet.cxx | 711 sal_Bool SAL_CALL OCacheSet::rowUpdated( ) throw(SQLException, RuntimeException) in rowUpdated() function in OCacheSet 714 return m_xDriverSet->rowUpdated(); in rowUpdated()
|
H A D | StaticSet.hxx | 74 …virtual sal_Bool SAL_CALL rowUpdated( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
|
H A D | resultset.cxx | 1001 sal_Bool OResultSet::rowUpdated(void) throw( SQLException, RuntimeException ) in rowUpdated() function in OResultSet 1007 return m_xDelegatorResultSet->rowUpdated(); in rowUpdated()
|
H A D | RowSetCache.hxx | 252 sal_Bool rowUpdated( );
|
H A D | RowSetBase.cxx | 1211 sal_Bool SAL_CALL ORowSetBase::rowUpdated( ) throw(SQLException, RuntimeException) in rowUpdated() function in dbaccess::ORowSetBase 1220 return m_pCache->rowUpdated(); in rowUpdated()
|
H A D | StaticSet.cxx | 310 sal_Bool SAL_CALL OStaticSet::rowUpdated( ) throw(SQLException, RuntimeException) in rowUpdated() function in OStaticSet
|
H A D | RowSetCache.cxx | 1257 sal_Bool ORowSetCache::rowUpdated( ) in rowUpdated() function in ORowSetCache 1259 return m_pCacheSet->rowUpdated(); in rowUpdated()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLResultSet.java | 635 public boolean rowUpdated() throws SQLException { in rowUpdated() method in JavaSQLResultSet 637 return jdbcResultSet.rowUpdated(); in rowUpdated()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/ |
H A D | _XResultSet.java | 427 boolean res = oObj.rowUpdated() ; in _rowUpdated()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | CustomResultSet.java | 204 public synchronized boolean rowUpdated() throws SQLException { in rowUpdated() method in CustomResultSet
|
H A D | DatabaseMetaDataResultSet.java | 226 public synchronized boolean rowUpdated() throws SQLException { in rowUpdated() method in DatabaseMetaDataResultSet
|
/trunk/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 1127 sal_Bool SAL_CALL DatabaseDataProvider::rowUpdated() throw( SQLException, RuntimeException ) in rowUpdated() function in dbaccess::DatabaseDataProvider 1129 return m_xRowSet->rowUpdated(); in rowUpdated()
|
/trunk/main/ucb/source/sorter/ |
H A D | sortresult.hxx | 288 rowUpdated()
|
H A D | sortresult.cxx | 638 sal_Bool SAL_CALL SortedResultSet::rowUpdated() in rowUpdated() function in SortedResultSet 648 return mxOriginal->rowUpdated(); in rowUpdated()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_resultset.hxx | 156 sal_Bool SAL_CALL rowUpdated() throw(SQLException, RuntimeException);
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.cxx | 343 ResultSetBase::rowUpdated( in rowUpdated() function in ResultSetBase
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.cxx | 343 ResultSetBase::rowUpdated( in rowUpdated() function in ResultSetBase
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NResultSet.hxx | 140 …virtual sal_Bool SAL_CALL rowUpdated( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::s…
|