Class ijExceptionResult
java.lang.Object
org.apache.derby.impl.tools.ij.ijResultImpl
org.apache.derby.impl.tools.ij.ijExceptionResult
- All Implemented Interfaces:
ijResult
This is an impl for just returning errors from
JDBC statements. Used by Async to capture its result
for WaitFor.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanMethods inherited from class ijResultImpl
closeStatement, getColumnDisplayList, getColumnWidthList, getConnection, getMultipleResultSets, getNextRowOfResultSet, getResultSet, getStatement, getUpdateCount, getVector, hasWarnings, isConnection, isMulti, isMultipleResultSetResult, isNextRowOfResultSet, isResultSet, isStatement, isUpdateCount, isVector, toString
-
Field Details
-
except
SQLException except
-
-
Constructor Details
-
ijExceptionResult
ijExceptionResult(SQLException e)
-
-
Method Details
-
isException
public boolean isException()- Specified by:
isExceptionin interfaceijResult- Overrides:
isExceptionin classijResultImpl
-
getException
- Specified by:
getExceptionin interfaceijResult- Overrides:
getExceptionin classijResultImpl
-
getSQLWarnings
- Specified by:
getSQLWarningsin interfaceijResult- Specified by:
getSQLWarningsin classijResultImpl
-
clearSQLWarnings
public void clearSQLWarnings()- Specified by:
clearSQLWarningsin interfaceijResult- Specified by:
clearSQLWarningsin classijResultImpl
-