Package org.apache.derby.impl.tools.ij
Class ijWarningResult
java.lang.Object
org.apache.derby.impl.tools.ij.ijResultImpl
org.apache.derby.impl.tools.ij.ijWarningResult
- All Implemented Interfaces:
ijResult
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
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
warn
SQLWarning warn
-
-
Constructor Details
-
ijWarningResult
ijWarningResult(SQLWarning w)
-
-
Method Details
-
getSQLWarnings
- Specified by:
getSQLWarnings
in interfaceijResult
- Specified by:
getSQLWarnings
in classijResultImpl
-
clearSQLWarnings
public void clearSQLWarnings()- Specified by:
clearSQLWarnings
in interfaceijResult
- Specified by:
clearSQLWarnings
in classijResultImpl
-