public class ijRowResult extends ijResultImpl
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
hadRow |
(package private) java.sql.ResultSet |
rowResult |
| Constructor and Description |
|---|
ijRowResult(java.sql.ResultSet r,
boolean hadRow) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearSQLWarnings() |
java.sql.ResultSet |
getNextRowOfResultSet() |
java.sql.SQLWarning |
getSQLWarnings() |
boolean |
isNextRowOfResultSet() |
closeStatement, getColumnDisplayList, getColumnWidthList, getConnection, getException, getMultipleResultSets, getResultSet, getStatement, getUpdateCount, getVector, hasWarnings, isConnection, isException, isMulti, isMultipleResultSetResult, isResultSet, isStatement, isUpdateCount, isVector, toStringpublic boolean isNextRowOfResultSet()
isNextRowOfResultSet in interface ijResultisNextRowOfResultSet in class ijResultImplpublic java.sql.ResultSet getNextRowOfResultSet()
getNextRowOfResultSet in interface ijResultgetNextRowOfResultSet in class ijResultImplpublic java.sql.SQLWarning getSQLWarnings()
throws java.sql.SQLException
getSQLWarnings in interface ijResultgetSQLWarnings in class ijResultImpljava.sql.SQLExceptionpublic void clearSQLWarnings()
throws java.sql.SQLException
clearSQLWarnings in interface ijResultclearSQLWarnings in class ijResultImpljava.sql.SQLExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.