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 TypeMethodDescriptionvoidbooleanMethods inherited from class 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:
isConnectionin interfaceijResult- Overrides:
isConnectionin classijResultImpl
-
getConnection
- Specified by:
getConnectionin interfaceijResult- Overrides:
getConnectionin classijResultImpl
-
getSQLWarnings
- Specified by:
getSQLWarningsin interfaceijResult- Specified by:
getSQLWarningsin classijResultImpl- Throws:
SQLException
-
clearSQLWarnings
- Specified by:
clearSQLWarningsin interfaceijResult- Specified by:
clearSQLWarningsin classijResultImpl- Throws:
SQLException
-