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