class 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 class ijResultImplpublic java.sql.Connection getConnection()
getConnection in class ijResultImplpublic 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.