public class ijMultipleResultSetResult extends ijResultImpl
Modifier and Type | Field and Description |
---|---|
(package private) int[] |
columnWidths |
(package private) int[] |
displayColumns |
(package private) java.util.List |
resultSets |
Constructor and Description |
---|
ijMultipleResultSetResult(java.util.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(java.sql.ResultSet rs) |
void |
clearSQLWarnings()
Clears the warnings in all resultsets
|
void |
closeStatement() |
int[] |
getColumnDisplayList() |
int[] |
getColumnWidthList() |
java.util.List |
getMultipleResultSets() |
java.sql.SQLWarning |
getSQLWarnings() |
boolean |
isMultipleResultSetResult() |
getConnection, getException, getNextRowOfResultSet, getResultSet, getStatement, getUpdateCount, getVector, hasWarnings, isConnection, isException, isMulti, isNextRowOfResultSet, isResultSet, isStatement, isUpdateCount, isVector, toString
java.util.List resultSets
int[] displayColumns
int[] columnWidths
public ijMultipleResultSetResult(java.util.List resultSets, int[] display, int[] widths) throws java.sql.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.java.sql.SQLException
public void addResultSet(java.sql.ResultSet rs)
public boolean isMultipleResultSetResult()
isMultipleResultSetResult
in interface ijResult
isMultipleResultSetResult
in class ijResultImpl
public java.util.List getMultipleResultSets()
getMultipleResultSets
in interface ijResult
getMultipleResultSets
in class ijResultImpl
public void closeStatement() throws java.sql.SQLException
closeStatement
in interface ijResult
closeStatement
in class ijResultImpl
java.sql.SQLException
public int[] getColumnDisplayList()
getColumnDisplayList
in interface ijResult
getColumnDisplayList
in class ijResultImpl
public int[] getColumnWidthList()
getColumnWidthList
in interface ijResult
getColumnWidthList
in class ijResultImpl
public java.sql.SQLWarning getSQLWarnings() throws java.sql.SQLException
getSQLWarnings
in interface ijResult
getSQLWarnings
in class ijResultImpl
java.sql.SQLException
public void clearSQLWarnings() throws java.sql.SQLException
clearSQLWarnings
in interface ijResult
clearSQLWarnings
in class ijResultImpl
java.sql.SQLException
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.