Home
last modified time | relevance | path

Searched refs:getMoreResults (Results 1 – 19 of 19) sorted by relevance

/trunk/main/offapi/com/sun/star/sdbc/
H A DXMultipleResults.idl49 <member scope="com::sun::star::sdbc">XMultipleResults::getMoreResults()</member>
95 There are no more results when <code>(!getMoreResults() &amp;amp;&amp;amp;
104 boolean getMoreResults() raises (SQLException);
H A DXStatement.idl103 <member scope="com::sun::star::sdbc">XStatement::getMoreResults()</member>
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlStatement.java149 public boolean getMoreResults() throws SQLException { in getMoreResults() method in PostgresqlStatement
150 return implMultipleResults.getMoreResults(); in getMoreResults()
H A DPostgresqlPreparedStatement.java280 public boolean getMoreResults() throws SQLException { in getMoreResults() method in PostgresqlPreparedStatement
281 return implMultipleResults.getMoreResults(); in getMoreResults()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java481 public boolean getMoreResults() throws SQLException { in getMoreResults() method in JavaSQLStatementBase
484 return jdbcStatement.getMoreResults(); in getMoreResults()
/trunk/main/dbaccess/source/core/api/
H A Dstatement.cxx413 sal_Bool SAL_CALL OStatementBase::getMoreResults( ) throw(SQLException, RuntimeException) in getMoreResults() function in OStatementBase
428 return Reference< XMultipleResults >(m_xAggregateAsSet, UNO_QUERY)->getMoreResults(); in getMoreResults()
/trunk/main/mysqlc/source/
H A Dmysqlc_statement.hxx159 sal_Bool SAL_CALL getMoreResults() throw(SQLException, RuntimeException);
H A Dmysqlc_statement.cxx329 sal_Bool SAL_CALL OCommonStatement::getMoreResults() in getMoreResults() function in OCommonStatement
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.hxx123 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
H A DSStatement.cxx220 sal_Bool SAL_CALL OStatement_Base::getMoreResults( ) throw(SQLException, RuntimeException) in getMoreResults() function in OStatement_Base
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx327 sal_Bool SAL_CALL OEvoabPreparedStatement::getMoreResults( ) throw(SQLException, RuntimeException) in getMoreResults() function in OEvoabPreparedStatement
H A DNPreparedStatement.hxx130 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
/trunk/main/dbaccess/source/core/inc/
H A Dstatement.hxx148 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx187 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx172 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx164 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx448 sal_Bool SAL_CALL OStatement_Base::getMoreResults( ) throw(SQLException, RuntimeException) in getMoreResults() function in OStatement_Base
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx382 sal_Bool SAL_CALL java_sql_Statement_Base::getMoreResults( ) throw(::com::sun::star::sdbc::SQLExce… in getMoreResults() function in java_sql_Statement_Base
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx596 sal_Bool SAL_CALL OStatement_Base::getMoreResults( ) throw(SQLException, RuntimeException) in getMoreResults() function in OStatement_Base

Completed in 53 milliseconds