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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
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
-
Field Details
-
conn
Connection conn
-
-
Constructor Details
-
ijConnectionResult
ijConnectionResult(Connection c)
-
-
Method Details
-
isConnection
public boolean isConnection()- Specified by:
isConnection
in interfaceijResult
- Overrides:
isConnection
in classijResultImpl
-
getConnection
- Specified by:
getConnection
in interfaceijResult
- Overrides:
getConnection
in classijResultImpl
-
getSQLWarnings
- Specified by:
getSQLWarnings
in interfaceijResult
- Specified by:
getSQLWarnings
in classijResultImpl
- Throws:
SQLException
-
clearSQLWarnings
- Specified by:
clearSQLWarnings
in interfaceijResult
- Specified by:
clearSQLWarnings
in classijResultImpl
- Throws:
SQLException
-