ijResultclass ijConnectionResult extends ijResultImpl
| Modifier and Type | Field | Description |
|---|---|---|
(package private) java.sql.Connection |
conn |
| Constructor | Description |
|---|---|
ijConnectionResult(java.sql.Connection c) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
clearSQLWarnings() |
|
java.sql.Connection |
getConnection() |
|
java.sql.SQLWarning |
getSQLWarnings() |
|
boolean |
isConnection() |
closeStatement, getColumnDisplayList, getColumnWidthList, getException, getMultipleResultSets, getNextRowOfResultSet, getResultSet, getStatement, getUpdateCount, getVector, hasWarnings, isException, isMulti, isMultipleResultSetResult, isNextRowOfResultSet, isResultSet, isStatement, isUpdateCount, isVector, toStringpublic boolean isConnection()
isConnection in interface ijResultisConnection in class ijResultImplpublic java.sql.Connection getConnection()
getConnection in interface ijResultgetConnection in class ijResultImplpublic java.sql.SQLWarning getSQLWarnings()
throws java.sql.SQLException
getSQLWarnings in interface ijResultgetSQLWarnings in class ijResultImpljava.sql.SQLExceptionpublic void clearSQLWarnings()
throws java.sql.SQLException
clearSQLWarnings in interface ijResultclearSQLWarnings in class ijResultImpljava.sql.SQLExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.