ijResultclass ijExceptionResult extends ijResultImpl
| Modifier and Type | Field | Description |
|---|---|---|
(package private) java.sql.SQLException |
except |
| Constructor | Description |
|---|---|
ijExceptionResult(java.sql.SQLException e) |
| Modifier and Type | Method | 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, toStringpublic boolean isException()
isException in interface ijResultisException in class ijResultImplpublic java.sql.SQLException getException()
getException in interface ijResultgetException in class ijResultImplpublic java.sql.SQLWarning getSQLWarnings()
getSQLWarnings in interface ijResultgetSQLWarnings in class ijResultImplpublic void clearSQLWarnings()
clearSQLWarnings in interface ijResultclearSQLWarnings in class ijResultImplApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.