Home
last modified time | relevance | path

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

123456

/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/test/
H A DTestStoredProcedure.java203 cs.getMoreResults(); in testThree()
228 cs.getMoreResults(); in testFour()
237 if (cs.getMoreResults()) { in testFour()
264 cs.getMoreResults(); in testFourParams()
273 if (cs.getMoreResults()) { in testFourParams()
371 cs.getMoreResults(); in testSix()
379 more = cs.getMoreResults(); in testSix()
393 st.getMoreResults(); in testSix()
401 more = st.getMoreResults(); in testSix()
416 ps.getMoreResults(); in testSix()
[all …]
H A DTestPreparedStatements.java254 result = callableStatement.getMoreResults();
257 result = callableStatement.getMoreResults();
260 result = callableStatement.getMoreResults();
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/database/
H A DStatementWrapper.java108 public boolean getMoreResults() throws SQLException { in getMoreResults() method in StatementWrapper
109 return stmt.getMoreResults(); in getMoreResults()
152 public boolean getMoreResults(int current) throws SQLException { in getMoreResults() method in StatementWrapper
153 return stmt.getMoreResults(current); in getMoreResults()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/jdbc/
H A DJDBCStatementBase.java231 boolean getMoreResults() throws SQLException { in getMoreResults() method in JDBCStatementBase
232 return getMoreResults(CLOSE_CURRENT_RESULT); in getMoreResults()
239 boolean getMoreResults(int current) throws SQLException { in getMoreResults() method in JDBCStatementBase
H A DJDBCStatement.java713 public synchronized boolean getMoreResults() throws SQLException { in getMoreResults() method in JDBCStatement
714 return getMoreResults(JDBCStatementBase.CLOSE_CURRENT_RESULT); in getMoreResults()
1189 public synchronized boolean getMoreResults( in getMoreResults() method in JDBCStatement
1191 return super.getMoreResults(current); in getMoreResults()
1805 getMoreResults(); in fetchResult()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/sql/
H A DStatement.java230 boolean getMoreResults() throws SQLException; in getMoreResults() method
330 boolean getMoreResults(int current) throws SQLException; in getMoreResults() method
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/sql/
H A DStatement.java230 boolean getMoreResults() throws SQLException; in getMoreResults() method
330 boolean getMoreResults(int current) throws SQLException; in getMoreResults() method
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/sql/
H A DStatement.java220 boolean getMoreResults() throws SQLException; in getMoreResults() method
320 boolean getMoreResults(int current) throws SQLException; in getMoreResults() method
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/sql/
H A DStatement.java230 boolean getMoreResults() throws SQLException; in getMoreResults() method
330 boolean getMoreResults(int current) throws SQLException; in getMoreResults() method
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/sql/
H A DStatement.java230 boolean getMoreResults() throws SQLException; in getMoreResults() method
330 boolean getMoreResults(int current) throws SQLException; in getMoreResults() method
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/sql/
H A DStatement.java220 boolean getMoreResults() throws SQLException; in getMoreResults() method
320 boolean getMoreResults(int current) throws SQLException; in getMoreResults() method
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/sql/
H A DStatement.java230 boolean getMoreResults() throws SQLException; in getMoreResults() method
330 boolean getMoreResults(int current) throws SQLException; in getMoreResults() method
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/sql/
H A DStatement.java220 boolean getMoreResults() throws SQLException; in getMoreResults() method
320 boolean getMoreResults(int current) throws SQLException; in getMoreResults() method
/dports/java/sqlitejdbc/sqlitejdbc-v056/src/org/sqlite/
H A DStmt.java228 public boolean getMoreResults() throws SQLException { in getMoreResults() method in Stmt
229 return getMoreResults(0); in getMoreResults()
231 public boolean getMoreResults(int c) throws SQLException { in getMoreResults() method in Stmt
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/sql/
H A DStatement.java400 boolean getMoreResults() throws SQLException; in getMoreResults() method
698 boolean getMoreResults(int current) throws SQLException; in getMoreResults() method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/sql/
H A DStatement.java400 boolean getMoreResults() throws SQLException; in getMoreResults() method
698 boolean getMoreResults(int current) throws SQLException; in getMoreResults() method
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/jdbc/com/firstworks/sql/
H A DSQLRelayStatement.java221 public boolean getMoreResults() throws SQLException { in getMoreResults() method in SQLRelayStatement
222 return getMoreResults(Statement.CLOSE_CURRENT_RESULT); in getMoreResults()
225 public boolean getMoreResults(int current) throws SQLException { in getMoreResults() method in SQLRelayStatement
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/sdbc/
H A DXMultipleResults.idl41 com::sun::star::sdbc::XMultipleResults::getMoreResults()
85 There are no more results when <code>(!getMoreResults() &amp;amp;&amp;amp;
94 boolean getMoreResults() raises (SQLException);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/sdbc/
H A DXMultipleResults.idl41 com::sun::star::sdbc::XMultipleResults::getMoreResults()
85 There are no more results when <code>(!getMoreResults() &amp;amp;&amp;amp;
94 boolean getMoreResults() raises (SQLException);
/dports/lang/gcc48/gcc-4.8.5/libjava/java/sql/
H A DStatement.h47 virtual jboolean getMoreResults() = 0;
58 virtual jboolean getMoreResults(jint) = 0;
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/sql/
H A DStatement.h47 virtual jboolean getMoreResults() = 0;
58 virtual jboolean getMoreResults(jint) = 0;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/sql/
H A DStatement.h47 virtual jboolean getMoreResults() = 0;
58 virtual jboolean getMoreResults(jint) = 0;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/sql/
H A DStatement.h47 virtual jboolean getMoreResults() = 0;
58 virtual jboolean getMoreResults(jint) = 0;
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/sql/
H A DStatement.h47 virtual jboolean getMoreResults() = 0;
58 virtual jboolean getMoreResults(jint) = 0;
/dports/java/sqlitejdbc/sqlitejdbc-v056/src/test/
H A DStatementTest.java87 assertFalse(stat.getMoreResults()); in execute()
91 assertFalse(stat.getMoreResults()); in execute()
96 assertFalse(stat.getMoreResults()); in execute()
302 assertFalse(stat.getMoreResults()); in executeClearRS()

123456