class ijStatementResult extends ijResultImpl
| Modifier and Type | Field | Description |
|---|---|---|
(package private) boolean |
closeWhenDone |
|
(package private) java.sql.Statement |
statement |
| Constructor | Description |
|---|---|
ijStatementResult(java.sql.Statement s,
boolean c) |
| Modifier and Type | Method | 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, toStringpublic boolean isStatement()
isStatement in class ijResultImplpublic boolean isResultSet()
throws java.sql.SQLException
isResultSet in class ijResultImpljava.sql.SQLExceptionpublic boolean isUpdateCount()
throws java.sql.SQLException
isUpdateCount in class ijResultImpljava.sql.SQLExceptionpublic java.sql.Statement getStatement()
getStatement in class ijResultImplpublic int getUpdateCount()
throws java.sql.SQLException
getUpdateCount in class ijResultImpljava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet()
throws java.sql.SQLException
getResultSet in class ijResultImpljava.sql.SQLExceptionpublic void closeStatement()
throws java.sql.SQLException
closeStatement in class ijResultImpljava.sql.SQLExceptionpublic java.sql.SQLWarning getSQLWarnings()
throws java.sql.SQLException
getSQLWarnings in class ijResultImpljava.sql.SQLExceptionpublic void clearSQLWarnings()
throws java.sql.SQLException
clearSQLWarnings in class ijResultImpljava.sql.SQLExceptionApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.