Home
last modified time | relevance | path

Searched refs:rowInserted (Results 1 – 25 of 71) sorted by relevance

123

/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java149 boolean rowInserted() throws SQLException in rowInserted() method in ResultSet
151 return m_resultSet.rowInserted(); in rowInserted()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java171 public boolean rowInserted() throws SQLException in rowInserted() method in RowSet
173 return m_rowSet.rowInserted(); in rowInserted()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java172 public boolean rowInserted() throws SQLException in rowInserted() method in RowSet
174 return m_rowSet.rowInserted(); in rowInserted()
/trunk/main/svx/inc/svx/
H A Dfmtools.hxx169 sal_Bool rowInserted() { return m_xMoveOperations->rowInserted(); } in rowInserted() function in CursorWrapper
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java167 public boolean rowInserted() throws SQLException { in rowInserted() method in PostgresqlResultSet
168 return impl.rowInserted(); in rowInserted()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1142 ::rowInserted() in rowInserted() function in ContentResultSetWrapper
1153 return m_xResultSetOrigin->rowInserted(); in rowInserted()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx1262 sal_Bool ORowSetCache::rowInserted( ) in rowInserted() function in ORowSetCache
1264 return m_pCacheSet->rowInserted(); in rowInserted()
1275 sal_Bool bRet( rowInserted() ); in insertRow()
H A DCacheSet.cxx717 sal_Bool SAL_CALL OCacheSet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted() function in OCacheSet
720 return m_xDriverSet->rowInserted(); in rowInserted()
H A DStaticSet.hxx75 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
H A Dresultset.cxx1011 sal_Bool OResultSet::rowInserted(void) throw( SQLException, RuntimeException ) in rowInserted() function in OResultSet
1017 return m_xDelegatorResultSet->rowInserted(); in rowInserted()
H A DRowSetCache.hxx253 sal_Bool rowInserted( );
H A DRowSetBase.cxx1223 sal_Bool SAL_CALL ORowSetBase::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted() function in dbaccess::ORowSetBase
1233 return m_pCache->rowInserted(); in rowInserted()
H A DStaticSet.cxx316 sal_Bool SAL_CALL OStaticSet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted() function in OStaticSet
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java626 public boolean rowInserted() throws SQLException { in rowInserted() method in JavaSQLResultSet
628 return jdbcResultSet.rowInserted(); in rowInserted()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSet.java442 boolean res = oObj.rowInserted() ; in _rowInserted()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java199 public synchronized boolean rowInserted() throws SQLException { in rowInserted() method in CustomResultSet
H A DDatabaseMetaDataResultSet.java221 public synchronized boolean rowInserted() throws SQLException { in rowInserted() method in DatabaseMetaDataResultSet
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx1133 sal_Bool SAL_CALL DatabaseDataProvider::rowInserted() throw( SQLException, RuntimeException ) in rowInserted() function in dbaccess::DatabaseDataProvider
1135 return m_xRowSet->rowInserted(); in rowInserted()
/trunk/main/ucb/source/sorter/
H A Dsortresult.hxx291 rowInserted()
H A Dsortresult.cxx652 sal_Bool SAL_CALL SortedResultSet::rowInserted() in rowInserted() function in SortedResultSet
662 return mxOriginal->rowInserted(); in rowInserted()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx158 sal_Bool SAL_CALL rowInserted() throw(SQLException, RuntimeException);
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx352 ResultSetBase::rowInserted( in rowInserted() function in ResultSetBase
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx352 ResultSetBase::rowInserted( in rowInserted() function in ResultSetBase
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.hxx141 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/connectivity/source/inc/dbase/
H A DDDatabaseMetaDataResultSet.hxx152 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…

Completed in 126 milliseconds

123