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

All Known Implementing Classes:
ijConnectionResult, ijExceptionResult, ijMultipleResultSetResult, ijMultiResult, ijResultImpl, ijResultSetResult, ijRowResult, ijStatementResult, ijVectorResult, ijWarningResult

interface ijResult

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


Method Summary
 void clearSQLWarnings()
           
 void closeStatement()
           
 int[] getColumnDisplayList()
           
 int[] getColumnWidthList()
           
 java.sql.Connection getConnection()
           
 java.sql.SQLException getException()
           
 java.util.List getMultipleResultSets()
           
 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 isMultipleResultSetResult()
           
 boolean isNextRowOfResultSet()
           
 boolean isResultSet()
           
 boolean isStatement()
           
 boolean isUpdateCount()
           
 boolean isVector()
           
 

Method Detail

isConnection

boolean isConnection()

isStatement

boolean isStatement()

isResultSet

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

isUpdateCount

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

isNextRowOfResultSet

boolean isNextRowOfResultSet()

isVector

boolean isVector()

isMulti

boolean isMulti()

isException

boolean isException()

isMultipleResultSetResult

boolean isMultipleResultSetResult()

hasWarnings

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

getConnection

java.sql.Connection getConnection()

getStatement

java.sql.Statement getStatement()

getUpdateCount

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

getResultSet

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

getMultipleResultSets

java.util.List getMultipleResultSets()

getNextRowOfResultSet

java.sql.ResultSet getNextRowOfResultSet()

getVector

java.util.Vector getVector()

getException

java.sql.SQLException getException()

getColumnDisplayList

int[] getColumnDisplayList()

getColumnWidthList

int[] getColumnWidthList()

closeStatement

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

getSQLWarnings

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

clearSQLWarnings

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

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

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