public class ijRowResult extends Object
| Constructor and Description |
|---|
ijRowResult(ResultSet r,
boolean hadRow) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearSQLWarnings() |
void |
closeStatement() |
int[] |
getColumnDisplayList() |
int[] |
getColumnWidthList() |
Connection |
getConnection() |
SQLException |
getException() |
String |
getHelpMessage() |
List |
getMultipleResultSets() |
ResultSet |
getNextRowOfResultSet() |
ResultSet |
getResultSet() |
SQLWarning |
getSQLWarnings() |
Statement |
getStatement() |
int |
getUpdateCount() |
Vector |
getVector() |
boolean |
hasWarnings() |
boolean |
isConnection() |
boolean |
isException() |
boolean |
isHelp() |
boolean |
isMulti() |
boolean |
isMultipleResultSetResult() |
boolean |
isNextRowOfResultSet() |
boolean |
isResultSet() |
boolean |
isStatement() |
boolean |
isUpdateCount() |
boolean |
isVector() |
boolean |
pageResult() |
String |
toString() |
public ijRowResult(ResultSet r, boolean hadRow)
public boolean isNextRowOfResultSet()
public ResultSet getNextRowOfResultSet()
public SQLWarning getSQLWarnings() throws SQLException
SQLExceptionpublic void clearSQLWarnings()
throws SQLException
SQLExceptionpublic boolean isConnection()
public boolean isStatement()
public boolean isResultSet()
throws SQLException
SQLExceptionpublic boolean isUpdateCount()
throws SQLException
SQLExceptionpublic boolean isVector()
public boolean isMulti()
public boolean isException()
public boolean isMultipleResultSetResult()
public boolean hasWarnings()
throws SQLException
SQLExceptionpublic Connection getConnection()
public Statement getStatement()
public int getUpdateCount()
throws SQLException
SQLExceptionpublic ResultSet getResultSet() throws SQLException
SQLExceptionpublic List getMultipleResultSets()
public Vector getVector()
public SQLException getException()
public int[] getColumnDisplayList()
public int[] getColumnWidthList()
public void closeStatement()
throws SQLException
SQLExceptionpublic boolean isHelp()
public String getHelpMessage()
public boolean pageResult()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.