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, toString
public boolean isConnection()
isConnection
in interface ijResult
isConnection
in class ijResultImpl
public java.sql.Connection getConnection()
getConnection
in interface ijResult
getConnection
in class ijResultImpl
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.