class ijExceptionResult extends ijResultImpl
Modifier and Type | Field and Description |
---|---|
(package private) java.sql.SQLException |
except |
Constructor and Description |
---|
ijExceptionResult(java.sql.SQLException e) |
Modifier and Type | Method and Description |
---|---|
void |
clearSQLWarnings() |
java.sql.SQLException |
getException() |
java.sql.SQLWarning |
getSQLWarnings() |
boolean |
isException() |
closeStatement, getColumnDisplayList, getColumnWidthList, getConnection, getMultipleResultSets, getNextRowOfResultSet, getResultSet, getStatement, getUpdateCount, getVector, hasWarnings, isConnection, isMulti, isMultipleResultSetResult, isNextRowOfResultSet, isResultSet, isStatement, isUpdateCount, isVector, toString
public boolean isException()
isException
in interface ijResult
isException
in class ijResultImpl
public java.sql.SQLException getException()
getException
in interface ijResult
getException
in class ijResultImpl
public java.sql.SQLWarning getSQLWarnings()
getSQLWarnings
in interface ijResult
getSQLWarnings
in class ijResultImpl
public void clearSQLWarnings()
clearSQLWarnings
in interface ijResult
clearSQLWarnings
in class ijResultImpl
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.