Class ijWarningResult

java.lang.Object
org.apache.derby.impl.tools.ij.ijResultImpl
org.apache.derby.impl.tools.ij.ijWarningResult
All Implemented Interfaces:
ijResult

class ijWarningResult extends ijResultImpl
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.