|
|||||||||
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 ijResult
getSQLWarnings
in class ijResultImpl
public void clearSQLWarnings()
clearSQLWarnings
in interface ijResult
clearSQLWarnings
in class ijResultImpl
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |