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.Connectionconn
-
Constructor Summary
Constructors Constructor Description ijConnectionResult(java.sql.Connection c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearSQLWarnings()java.sql.ConnectiongetConnection()java.sql.SQLWarninggetSQLWarnings()booleanisConnection()-
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:
isConnectionin interfaceijResult- Overrides:
isConnectionin classijResultImpl
-
getConnection
public java.sql.Connection getConnection()
- Specified by:
getConnectionin interfaceijResult- Overrides:
getConnectionin classijResultImpl
-
getSQLWarnings
public java.sql.SQLWarning getSQLWarnings() throws java.sql.SQLException- Specified by:
getSQLWarningsin interfaceijResult- Specified by:
getSQLWarningsin classijResultImpl- Throws:
java.sql.SQLException
-
clearSQLWarnings
public void clearSQLWarnings() throws java.sql.SQLException- Specified by:
clearSQLWarningsin interfaceijResult- Specified by:
clearSQLWarningsin classijResultImpl- Throws:
java.sql.SQLException
-
-