public class ijMultipleResultSetResult extends Object
| Constructor and Description |
|---|
ijMultipleResultSetResult(List resultSets)
Create a ijResultImpl that represents multiple result set.
|
ijMultipleResultSetResult(List resultSets,
int[] display,
int[] widths)
Create a ijResultImpl that represents multiple result sets, only
displaying a subset of the columns, using specified column widths.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addResultSet(ResultSet rs) |
void |
clearSQLWarnings()
Clears the warnings in all resultsets
|
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 ijMultipleResultSetResult(List resultSets) throws SQLException
SQLExceptionpublic ijMultipleResultSetResult(List resultSets, int[] display, int[] widths) throws SQLException
resultSets - The result sets 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 void addResultSet(ResultSet rs)
public boolean isMultipleResultSetResult()
public List getMultipleResultSets()
public 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 isResultSet()
throws SQLException
SQLExceptionpublic boolean isUpdateCount()
throws SQLException
SQLExceptionpublic boolean isNextRowOfResultSet()
public boolean isVector()
public boolean isMulti()
public boolean isException()
public boolean hasWarnings()
throws SQLException
SQLExceptionpublic Connection getConnection()
public Statement getStatement()
public int getUpdateCount()
throws SQLException
SQLExceptionpublic ResultSet getResultSet() throws SQLException
SQLExceptionpublic 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.