org.apache.derby.impl.tools.ij
Class ijWarningResult

java.lang.Object
  extended by org.apache.derby.impl.tools.ij.ijResultImpl
      extended by 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.


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

warn

java.sql.SQLWarning warn
Constructor Detail

ijWarningResult

ijWarningResult(java.sql.SQLWarning w)
Method Detail

getSQLWarnings

public java.sql.SQLWarning getSQLWarnings()
Specified by:
getSQLWarnings in interface ijResult
Specified by:
getSQLWarnings in class ijResultImpl

clearSQLWarnings

public void clearSQLWarnings()
Specified by:
clearSQLWarnings in interface ijResult
Specified by:
clearSQLWarnings in class ijResultImpl

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.