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
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
Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.