org.apache.derby.impl.tools.ij
Interface ijResult

All Known Implementing Classes:
ijResultImpl

public interface ijResult

This is a wrapper for results coming out of the ij parser.

Author:
ames

Method Summary
 void clearSQLWarnings()
           
 void closeStatement()
           
 java.sql.Connection getConnection()
           
 java.sql.SQLException getException()
           
 java.sql.ResultSet getNextRowOfResultSet()
           
 java.sql.ResultSet getResultSet()
           
 java.sql.SQLWarning getSQLWarnings()
           
 java.sql.Statement getStatement()
           
 int getUpdateCount()
           
 java.util.Vector getVector()
           
 boolean hasWarnings()
           
 boolean isConnection()
           
 boolean isException()
           
 boolean isMulti()
           
 boolean isNextRowOfResultSet()
           
 boolean isResultSet()
           
 boolean isStatement()
           
 boolean isUpdateCount()
           
 boolean isVector()
           
 

Method Detail

isConnection

public boolean isConnection()

isStatement

public boolean isStatement()

isResultSet

public boolean isResultSet()
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

isUpdateCount

public boolean isUpdateCount()
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

isNextRowOfResultSet

public boolean isNextRowOfResultSet()

isVector

public boolean isVector()

isMulti

public boolean isMulti()

isException

public boolean isException()

hasWarnings

public boolean hasWarnings()
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

getConnection

public java.sql.Connection getConnection()

getStatement

public java.sql.Statement getStatement()

getUpdateCount

public int getUpdateCount()
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

getResultSet

public java.sql.ResultSet getResultSet()
                                throws java.sql.SQLException
Throws:
java.sql.SQLException

getNextRowOfResultSet

public java.sql.ResultSet getNextRowOfResultSet()

getVector

public java.util.Vector getVector()

getException

public java.sql.SQLException getException()

closeStatement

public void closeStatement()
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

getSQLWarnings

public java.sql.SQLWarning getSQLWarnings()
                                   throws java.sql.SQLException
Throws:
java.sql.SQLException

clearSQLWarnings

public void clearSQLWarnings()
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.