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.
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
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.