interface ijResult
| Modifier and Type | Method and Description |
|---|---|
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() |
boolean isConnection()
boolean isStatement()
boolean isResultSet()
throws java.sql.SQLException
java.sql.SQLExceptionboolean isUpdateCount()
throws java.sql.SQLException
java.sql.SQLExceptionboolean isNextRowOfResultSet()
boolean isVector()
boolean isMulti()
boolean isException()
boolean isMultipleResultSetResult()
boolean hasWarnings()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Connection getConnection()
java.sql.Statement getStatement()
int getUpdateCount()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.ResultSet getResultSet()
throws java.sql.SQLException
java.sql.SQLExceptionjava.util.List getMultipleResultSets()
java.sql.ResultSet getNextRowOfResultSet()
java.util.Vector getVector()
java.sql.SQLException getException()
int[] getColumnDisplayList()
int[] getColumnWidthList()
void closeStatement()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.SQLWarning getSQLWarnings()
throws java.sql.SQLException
java.sql.SQLExceptionvoid clearSQLWarnings()
throws java.sql.SQLException
java.sql.SQLExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.