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
class ijExceptionResult
- extends ijResultImpl
This is an impl for just returning errors from
JDBC statements. Used by Async to capture its result
for WaitFor.
Field Summary |
(package private) java.sql.SQLException |
except
|
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
except
java.sql.SQLException except
ijExceptionResult
ijExceptionResult(java.sql.SQLException e)
isException
public boolean isException()
- Specified by:
isException
in interface ijResult
- Overrides:
isException
in class ijResultImpl
getException
public java.sql.SQLException getException()
- Specified by:
getException
in interface ijResult
- Overrides:
getException
in class ijResultImpl
getSQLWarnings
public java.sql.SQLWarning getSQLWarnings()
- Specified by:
getSQLWarnings
in interface ijResult
- Specified by:
getSQLWarnings
in class ijResultImpl
clearSQLWarnings
public void clearSQLWarnings()
- Specified by:
clearSQLWarnings
in interface ijResult
- Specified by:
clearSQLWarnings
in class ijResultImpl
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.