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

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

 class ijConnectionResult
extends ijResultImpl


Field Summary
(package private)  java.sql.Connection conn
           
 
Constructor Summary
ijConnectionResult(java.sql.Connection c)
           
 
Method Summary
 void clearSQLWarnings()
           
 java.sql.Connection getConnection()
           
 java.sql.SQLWarning getSQLWarnings()
           
 boolean isConnection()
           
 
Methods inherited from class org.apache.derby.impl.tools.ij.ijResultImpl
closeStatement, getColumnDisplayList, getColumnWidthList, getException, getMultipleResultSets, getNextRowOfResultSet, getResultSet, getStatement, getUpdateCount, getVector, hasWarnings, 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

conn

java.sql.Connection conn
Constructor Detail

ijConnectionResult

ijConnectionResult(java.sql.Connection c)
Method Detail

isConnection

public boolean isConnection()
Specified by:
isConnection in interface ijResult
Overrides:
isConnection in class ijResultImpl

getConnection

public java.sql.Connection getConnection()
Specified by:
getConnection in interface ijResult
Overrides:
getConnection in class ijResultImpl

getSQLWarnings

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

clearSQLWarnings

public void clearSQLWarnings()
                      throws java.sql.SQLException
Specified by:
clearSQLWarnings in interface ijResult
Specified by:
clearSQLWarnings in class ijResultImpl
Throws:
java.sql.SQLException

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

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