Package org.apache.derby.impl.tools.ij
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 TypeMethodDescriptionvoid
boolean
Methods inherited from class org.apache.derby.impl.tools.ij.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:
isException
in interfaceijResult
- Overrides:
isException
in classijResultImpl
-
getException
- Specified by:
getException
in interfaceijResult
- Overrides:
getException
in classijResultImpl
-
getSQLWarnings
- Specified by:
getSQLWarnings
in interfaceijResult
- Specified by:
getSQLWarnings
in classijResultImpl
-
clearSQLWarnings
public void clearSQLWarnings()- Specified by:
clearSQLWarnings
in interfaceijResult
- Specified by:
clearSQLWarnings
in classijResultImpl
-