Home
last modified time | relevance | path

Searched refs:next (Results 201 – 225 of 836) sorted by path

12345678910>>...34

/trunk/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx479 while ( xRow.is() && xTemp->next() ) in getTablePrivileges()
H A DResultSet.cxx540 sal_Bool SAL_CALL java_sql_ResultSet::next( ) throw(SQLException, RuntimeException) in next() function in java_sql_ResultSet
/trunk/main/connectivity/source/drivers/macab/
H A DMacabCatalog.cxx65 while (xResult->next()) in refreshTables()
H A DMacabColumns.cxx57 while (xResult->next()) in createObject()
H A DMacabResultSet.cxx656 sal_Bool SAL_CALL MacabResultSet::next() throw(SQLException, RuntimeException) in next() function in MacabResultSet
H A DMacabResultSet.hxx136 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
H A DMacabTable.cxx83 while (xResult->next()) in refreshColumns()
H A DMacabTables.cxx60 if (xResult->next()) // there can be only one table with this name in createObject()
/trunk/main/connectivity/source/drivers/mysql/
H A DYCatalog.cxx130 while( xResult->next() ) in refreshUsers()
H A DYTables.cxx79 if ( xResult->next() ) // there can be only one table with this name in createObject()
220 static_cast<XContainerListener*>(aListenerLoop.next())->elementInserted(aEvent); in appendNew()
H A DYUser.cxx143 while( xCurrentRow.is() && xRes->next() ) in findPrivilegesAndGrantPrivileges()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx501 while (xRs->next ()) in buildTypeInfo()
H A DODatabaseMetaDataResultSet.cxx525 next(); in afterLast()
662 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::next( ) throw(SQLException, RuntimeException) in next() function in ODatabaseMetaDataResultSet
H A DOResultSet.cxx706 next(); in afterLast()
796 sal_Bool SAL_CALL OResultSet::next( ) throw(SQLException, RuntimeException) in next() function in OResultSet
861 next(); // must be done in insertRow()
/trunk/main/connectivity/source/inc/
H A DFDatabaseMetaDataResultSet.hxx171 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
H A DTPrivilegesResultSet.hxx47 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
/trunk/main/connectivity/source/inc/adabas/
H A DBResultSet.hxx44 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
/trunk/main/connectivity/source/inc/ado/
H A DADatabaseMetaDataResultSet.hxx138 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
H A DAResultSet.hxx142 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
/trunk/main/connectivity/source/inc/dbase/
H A DDDatabaseMetaDataResultSet.hxx137 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
/trunk/main/connectivity/source/inc/file/
H A DFResultSet.hxx216 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
/trunk/main/connectivity/source/inc/java/sql/
H A DResultSet.hxx123 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
/trunk/main/connectivity/source/inc/odbc/
H A DODatabaseMetaDataResultSet.hxx147 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
H A DOResultSet.hxx225 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx297 if ( xCurrentRow.is() && xRes->next() ) in lcl_findTableInMetaData()

Completed in 117 milliseconds

12345678910>>...34