org.apache.derby.impl.tools.ij
Class ijExceptionResult

java.lang.Object
  extended by org.apache.derby.impl.tools.ij.ijResultImpl
      extended by 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
           
 
Constructor Summary
ijExceptionResult(java.sql.SQLException e)
           
 
Method Summary
 void clearSQLWarnings()
           
 java.sql.SQLException getException()
           
 java.sql.SQLWarning getSQLWarnings()
           
 boolean isException()
           
 
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
 

Field Detail

except

java.sql.SQLException except
Constructor Detail

ijExceptionResult

ijExceptionResult(java.sql.SQLException e)
Method Detail

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

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.