Package org.apache.derby.impl.tools.ij
Class ijConnectionResult
- java.lang.Object
-
- org.apache.derby.impl.tools.ij.ijResultImpl
-
- org.apache.derby.impl.tools.ij.ijConnectionResult
-
- All Implemented Interfaces:
ijResult
class ijConnectionResult extends ijResultImpl
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.sql.Connection
conn
-
Constructor Summary
Constructors Constructor Description ijConnectionResult(java.sql.Connection c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearSQLWarnings()
java.sql.Connection
getConnection()
java.sql.SQLWarning
getSQLWarnings()
boolean
isConnection()
-
Methods inherited from class org.apache.derby.impl.tools.ij.ijResultImpl
closeStatement, getColumnDisplayList, getColumnWidthList, getException, getMultipleResultSets, getNextRowOfResultSet, getResultSet, getStatement, getUpdateCount, getVector, hasWarnings, isException, isMulti, isMultipleResultSetResult, isNextRowOfResultSet, isResultSet, isStatement, isUpdateCount, isVector, toString
-
-
-
-
Method Detail
-
isConnection
public boolean isConnection()
- Specified by:
isConnection
in interfaceijResult
- Overrides:
isConnection
in classijResultImpl
-
getConnection
public java.sql.Connection getConnection()
- Specified by:
getConnection
in interfaceijResult
- Overrides:
getConnection
in classijResultImpl
-
getSQLWarnings
public java.sql.SQLWarning getSQLWarnings() throws java.sql.SQLException
- Specified by:
getSQLWarnings
in interfaceijResult
- Specified by:
getSQLWarnings
in classijResultImpl
- Throws:
java.sql.SQLException
-
clearSQLWarnings
public void clearSQLWarnings() throws java.sql.SQLException
- Specified by:
clearSQLWarnings
in interfaceijResult
- Specified by:
clearSQLWarnings
in classijResultImpl
- Throws:
java.sql.SQLException
-
-