/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XMultipleResults.idl | 49 <member scope="com::sun::star::sdbc">XMultipleResults::getMoreResults()</member> 95 There are no more results when <code>(!getMoreResults() &amp;&amp; 104 boolean getMoreResults() raises (SQLException);
|
H A D | XStatement.idl | 103 <member scope="com::sun::star::sdbc">XStatement::getMoreResults()</member>
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlStatement.java | 149 public boolean getMoreResults() throws SQLException { in getMoreResults() method in PostgresqlStatement 150 return implMultipleResults.getMoreResults(); in getMoreResults()
|
H A D | PostgresqlPreparedStatement.java | 280 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 D | JavaSQLStatementBase.java | 481 public boolean getMoreResults() throws SQLException { in getMoreResults() method in JavaSQLStatementBase 484 return jdbcStatement.getMoreResults(); in getMoreResults()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | statement.cxx | 413 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 D | mysqlc_statement.hxx | 159 sal_Bool SAL_CALL getMoreResults() throw(SQLException, RuntimeException);
|
H A D | mysqlc_statement.cxx | 329 sal_Bool SAL_CALL OCommonStatement::getMoreResults() in getMoreResults() function in OCommonStatement
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SStatement.hxx | 123 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
|
H A D | SStatement.cxx | 220 sal_Bool SAL_CALL OStatement_Base::getMoreResults( ) throw(SQLException, RuntimeException) in getMoreResults() function in OStatement_Base
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 327 sal_Bool SAL_CALL OEvoabPreparedStatement::getMoreResults( ) throw(SQLException, RuntimeException) in getMoreResults() function in OEvoabPreparedStatement
|
H A D | NPreparedStatement.hxx | 130 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
|
/trunk/main/dbaccess/source/core/inc/ |
H A D | statement.hxx | 148 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
|
/trunk/main/connectivity/source/inc/odbc/ |
H A D | OStatement.hxx | 187 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | AStatement.hxx | 172 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
|
/trunk/main/connectivity/source/inc/java/sql/ |
H A D | JStatement.hxx | 164 …virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::su…
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | AStatement.cxx | 448 sal_Bool SAL_CALL OStatement_Base::getMoreResults( ) throw(SQLException, RuntimeException) in getMoreResults() function in OStatement_Base
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 382 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 D | OStatement.cxx | 596 sal_Bool SAL_CALL OStatement_Base::getMoreResults( ) throw(SQLException, RuntimeException) in getMoreResults() function in OStatement_Base
|