|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.tools.ij.ijResultImpl
org.apache.derby.impl.tools.ij.ijWarningResult
class ijWarningResult
This is an impl for just returning warnings from JDBC objects we don't want the caller to touch. They are already cleared from the underlying objects, doing clearSQLWarnings here is redundant.
| Field Summary | |
|---|---|
(package private) java.sql.SQLWarning |
warn
|
| Constructor Summary | |
|---|---|
ijWarningResult(java.sql.SQLWarning w)
|
|
| Method Summary | |
|---|---|
void |
clearSQLWarnings()
|
java.sql.SQLWarning |
getSQLWarnings()
|
| Methods inherited from class org.apache.derby.impl.tools.ij.ijResultImpl |
|---|
closeStatement, getColumnDisplayList, getColumnWidthList, getConnection, getException, getMultipleResultSets, getNextRowOfResultSet, getResultSet, getStatement, getUpdateCount, getVector, hasWarnings, isConnection, isException, 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 |
|---|
java.sql.SQLWarning warn
| Constructor Detail |
|---|
ijWarningResult(java.sql.SQLWarning w)
| Method Detail |
|---|
public java.sql.SQLWarning getSQLWarnings()
getSQLWarnings in interface ijResultgetSQLWarnings in class ijResultImplpublic void clearSQLWarnings()
clearSQLWarnings in interface ijResultclearSQLWarnings in class ijResultImpl
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||