class ijConnectionResult extends ijResultImpl
| Modifier and Type | Field and Description |
|---|---|
(package private) java.sql.Connection |
conn |
| Constructor and Description |
|---|
ijConnectionResult(java.sql.Connection c) |
| Modifier and Type | Method and 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.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.