Home
last modified time | relevance | path

Searched refs:isBeforeFirst (Results 1 – 25 of 77) sorted by relevance

1234

/trunk/main/dbaccess/source/core/api/
H A DStaticSet.cxx172 sal_Bool SAL_CALL OStaticSet::isBeforeFirst( ) throw(SQLException, RuntimeException) in isBeforeFirst() function in OStaticSet
229 return !isBeforeFirst() && !isAfterLast(); in last()
236 OSL_ENSURE(!isBeforeFirst(),"getRow is not allowed when beforefirst record!"); in getRow()
H A DRowSetCache.cxx690 sal_Bool ORowSetCache::isBeforeFirst( ) in isBeforeFirst() function in ORowSetCache
1129 return (isBeforeFirst() || isAfterLast()) ? 0 : m_nPosition; in getRow()
1202 bErg = bErg && !isAfterLast() && !isBeforeFirst(); in relative()
1216 if(!isBeforeFirst()) in previous()
1326 if(isAfterLast() || isBeforeFirst()) in updateRow()
1357 if(isAfterLast() || isBeforeFirst()) in deleteRow()
H A DRowSetBase.cxx687 sal_Bool SAL_CALL ORowSetBase::isBeforeFirst( ) throw(SQLException, RuntimeException) in isBeforeFirst() function in dbaccess::ORowSetBase
943 || m_pCache->isBeforeFirst() in impl_getRow()
1114 m_bBeforeFirst = m_pCache->isBeforeFirst(); in setCurrentRow()
1413 m_bBeforeFirst = m_pCache->isBeforeFirst(); in movementFailed()
H A DKeySet.cxx417 return !isBeforeFirst() && !isAfterLast(); in moveRelativeToBookmark()
1182 sal_Bool SAL_CALL OKeySet::isBeforeFirst( ) throw(SQLException, RuntimeException) in isBeforeFirst() function in OKeySet
1267 OSL_ENSURE(!isBeforeFirst(),"getRow is not allowed when beforefirst record!"); in getRow()
1353 if(isBeforeFirst() || isAfterLast() || !m_xStatement.is()) in refreshRow()
H A DCacheSet.cxx612 sal_Bool SAL_CALL OCacheSet::isBeforeFirst( ) throw(SQLException, RuntimeException) in isBeforeFirst() function in OCacheSet
615 return m_xDriverSet->isBeforeFirst(); in isBeforeFirst()
H A DStaticSet.hxx61 …virtual sal_Bool SAL_CALL isBeforeFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun…
H A Dresultset.cxx871 sal_Bool OResultSet::isBeforeFirst(void) throw( SQLException, RuntimeException ) in isBeforeFirst() function in OResultSet
877 return m_xDelegatorResultSet->isBeforeFirst(); in isBeforeFirst()
/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java65 boolean isBeforeFirst() throws SQLException in isBeforeFirst() method in ResultSet
67 return m_resultSet.isBeforeFirst(); in isBeforeFirst()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx835 m_eStatus = (pCur->isAfterLast() || pCur->isBeforeFirst()) ? GRS_INVALID : GRS_CLEAN; in DbGridRow()
842 if (!m_bIsNew && (pCur->isAfterLast() || pCur->isBeforeFirst())) in DbGridRow()
2136 if ( !m_pSeekCursor->isBeforeFirst() && !m_pSeekCursor->isAfterLast() ) in SetCurrent()
2301 && !m_pDataCursor->isBeforeFirst() in AdjustDataSource()
2377 if ( m_pDataCursor->isBeforeFirst() ) in AlignSeekCursor()
2457 if ( m_pSeekCursor->isAfterLast() || m_pSeekCursor->isBeforeFirst() ) in SeekCursor()
2463 DBG_ASSERT( !m_pSeekCursor->isAfterLast() && !m_pSeekCursor->isBeforeFirst(), in SeekCursor()
2481 else if (m_pSeekCursor->isBeforeFirst()) in SeekCursor()
2488 if (m_pSeekCursor->isBeforeFirst()) in SeekCursor()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java101 public boolean isBeforeFirst() throws SQLException in isBeforeFirst() method in RowSet
103 return m_rowSet.isBeforeFirst(); in isBeforeFirst()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java102 public boolean isBeforeFirst() throws SQLException in isBeforeFirst() method in RowSet
104 return m_rowSet.isBeforeFirst(); in isBeforeFirst()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DRowSet.java204 System.out.println("We stand before the first row: " + xRes.isBeforeFirst()); in showRowSetEvents()
219 System.out.println("We stand before the first row: " + xRes.isBeforeFirst()); in showRowSetEvents()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java79 if (isBeforeFirst() || isAfterLast()) { in getField()
139 public synchronized boolean isBeforeFirst() throws SQLException { in isBeforeFirst() method in CustomResultSet
H A DDatabaseMetaDataResultSet.java101 if (isBeforeFirst() || isAfterLast()) { in getField()
161 public synchronized boolean isBeforeFirst() throws SQLException { in isBeforeFirst() method in DatabaseMetaDataResultSet
/trunk/main/svx/inc/svx/
H A Dfmtools.hxx155 sal_Bool isBeforeFirst() const { return m_xMoveOperations->isBeforeFirst(); } in isBeforeFirst() function in CursorWrapper
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java131 public boolean isBeforeFirst() throws SQLException { in isBeforeFirst() method in PostgresqlResultSet
132 return impl.isBeforeFirst(); in isBeforeFirst()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java631 …assertTrue("one of the isFoo failed after |deleteRow|", !m_resultSet.isBeforeFirst() && !m_resultS… in testDeleteBehavior()
777 …ing the first record left the clone in a strange state (after |previous|)", clone.isBeforeFirst()); in testCloneMovesPlusDeletions()
799 …after |deleteRow| and clone movement", !m_resultSet.isAfterLast() && !m_resultSet.isBeforeFirst()); in testCloneMovesPlusDeletions()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx181 ResultSetBase::isBeforeFirst( in isBeforeFirst() function in ResultSetBase
304 if( isAfterLast() || isBeforeFirst() ) in relative()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx181 ResultSetBase::isBeforeFirst( in isBeforeFirst() function in ResultSetBase
304 if( isAfterLast() || isBeforeFirst() ) in relative()
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.cxx375 XResultSet_impl::isBeforeFirst( in isBeforeFirst() function in XResultSet_impl
508 if( isAfterLast() || isBeforeFirst() ) in relative()
/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx420 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::isBeforeFirst( ) throw(SQLException, RuntimeExceptio… in isBeforeFirst() function in ODatabaseMetaDataResultSet
634 if ( isBeforeFirst() || isAfterLast() ) in getValue()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx1046 ::isBeforeFirst() in isBeforeFirst() function in ContentResultSetWrapper
1057 return m_xResultSetOrigin->isBeforeFirst(); in isBeforeFirst()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java644 public boolean isBeforeFirst() throws SQLException { in isBeforeFirst() method in JavaSQLResultSet
646 return jdbcResultSet.isBeforeFirst(); in isBeforeFirst()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx626 sal_Bool SAL_CALL OResultSet::isBeforeFirst() in isBeforeFirst() function in OResultSet
634 return m_result->isBeforeFirst()? sal_True:sal_False; in isBeforeFirst()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSet.java129 result = oObj.isBeforeFirst() ; in _isBeforeFirst()

Completed in 146 milliseconds

1234