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 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:
getSQLWarningsin interfaceijResult- Specified by:
getSQLWarningsin classijResultImpl
-
clearSQLWarnings
public void clearSQLWarnings()- Specified by:
clearSQLWarningsin interfaceijResult- Specified by:
clearSQLWarningsin classijResultImpl
-