Home
last modified time | relevance | path

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

123

/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/svx/inc/svx/
H A Dfmtools.hxx169 sal_Bool rowInserted() { return m_xMoveOperations->rowInserted(); } in rowInserted() function in CursorWrapper
/aoo41x/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1142 ::rowInserted() in rowInserted() function in ContentResultSetWrapper
1153 return m_xResultSetOrigin->rowInserted(); in rowInserted()
/aoo41x/main/dbaccess/source/core/api/
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 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 DStaticSet.hxx75 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
H A DRowSetCache.hxx253 sal_Bool rowInserted( );
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 DStaticSet.cxx316 sal_Bool SAL_CALL OStaticSet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted() function in OStaticSet
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 DCacheSet.hxx147 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XResultSet.java442 boolean res = oObj.rowInserted() ; in _rowInserted()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/mysqlc/source/
H A Dmysqlc_resultset.hxx158 sal_Bool SAL_CALL rowInserted() throw(SQLException, RuntimeException);
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx352 ResultSetBase::rowInserted( in rowInserted() function in ResultSetBase
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx352 ResultSetBase::rowInserted( in rowInserted() function in ResultSetBase
/aoo41x/main/connectivity/source/drivers/evoab2/
H A DNResultSet.hxx141 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/aoo41x/main/connectivity/source/inc/dbase/
H A DDDatabaseMetaDataResultSet.hxx152 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/aoo41x/main/connectivity/source/inc/
H A DFDatabaseMetaDataResultSet.hxx186 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/aoo41x/main/qadevOOo/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv49 "ORowSet";"com::sun::star::sdbc::XResultSet";"rowInserted()"
/aoo41x/main/connectivity/source/inc/ado/
H A DADatabaseMetaDataResultSet.hxx153 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…

Completed in 117 milliseconds

123