ijResult
class ijMultiResult extends ijResultImpl
Modifier and Type | Field | Description |
---|---|---|
(package private) boolean |
closeWhenDone |
|
private java.sql.ResultSet |
rs |
|
private java.sql.Statement |
statement |
Constructor | Description |
---|---|
ijMultiResult(java.sql.Statement s,
java.sql.ResultSet rs,
boolean c) |
Modifier and Type | Method | Description |
---|---|---|
void |
clearSQLWarnings() |
|
void |
closeStatement() |
|
java.sql.ResultSet |
getResultSet() |
|
java.sql.SQLWarning |
getSQLWarnings() |
|
java.sql.Statement |
getStatement() |
|
boolean |
isMulti() |
getColumnDisplayList, getColumnWidthList, getConnection, getException, getMultipleResultSets, getNextRowOfResultSet, getUpdateCount, getVector, hasWarnings, isConnection, isException, isMultipleResultSetResult, isNextRowOfResultSet, isResultSet, isStatement, isUpdateCount, isVector, toString
private java.sql.Statement statement
private java.sql.ResultSet rs
boolean closeWhenDone
ijMultiResult(java.sql.Statement s, java.sql.ResultSet rs, boolean c)
public boolean isMulti()
isMulti
in interface ijResult
isMulti
in class ijResultImpl
public java.sql.Statement getStatement()
getStatement
in interface ijResult
getStatement
in class ijResultImpl
public java.sql.ResultSet getResultSet()
getResultSet
in interface ijResult
getResultSet
in class ijResultImpl
public void closeStatement() throws java.sql.SQLException
closeStatement
in interface ijResult
closeStatement
in class ijResultImpl
java.sql.SQLException
public java.sql.SQLWarning getSQLWarnings()
getSQLWarnings
in interface ijResult
getSQLWarnings
in class ijResultImpl
public void clearSQLWarnings()
clearSQLWarnings
in interface ijResult
clearSQLWarnings
in class ijResultImpl
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.