public class ijResultSetResult extends Object
| Constructor and Description |
|---|
ijResultSetResult(ResultSet r)
Create a ijResultImpl that represents a result set.
|
ijResultSetResult(ResultSet r,
int[] display,
int[] widths)
Create a ijResultImpl that represents a result set, only
displaying a subset of the columns, using specified column widths.
|
| 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 ijResultSetResult(ResultSet r) throws SQLException
SQLExceptionpublic ijResultSetResult(ResultSet r, int[] display, int[] widths) throws SQLException
r - The result set to displaydisplay - Which column numbers to display, or null to display
all columns.widths - The widths of the columns specified in 'display', or
null to display using default column sizes.SQLExceptionpublic boolean isResultSet()
throws SQLException
SQLExceptionpublic ResultSet getResultSet() throws SQLException
SQLExceptionpublic void closeStatement()
throws SQLException
SQLExceptionpublic int[] getColumnDisplayList()
public int[] getColumnWidthList()
public SQLWarning getSQLWarnings() throws SQLException
SQLExceptionpublic void clearSQLWarnings()
throws SQLException
SQLExceptionpublic boolean isConnection()
public boolean isStatement()
public boolean isUpdateCount()
throws SQLException
SQLExceptionpublic boolean isNextRowOfResultSet()
public 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 List getMultipleResultSets()
public ResultSet getNextRowOfResultSet()
public Vector getVector()
public SQLException getException()
public boolean isHelp()
public String getHelpMessage()
public boolean pageResult()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.