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, toStringjava.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.SQLExceptionpublic void addResultSet(java.sql.ResultSet rs)
public boolean isMultipleResultSetResult()
isMultipleResultSetResult in interface ijResultisMultipleResultSetResult in class ijResultImplpublic java.util.List getMultipleResultSets()
getMultipleResultSets in interface ijResultgetMultipleResultSets in class ijResultImplpublic void closeStatement()
throws java.sql.SQLException
closeStatement in interface ijResultcloseStatement in class ijResultImpljava.sql.SQLExceptionpublic int[] getColumnDisplayList()
getColumnDisplayList in interface ijResultgetColumnDisplayList in class ijResultImplpublic int[] getColumnWidthList()
getColumnWidthList in interface ijResultgetColumnWidthList 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.