protected class JDBCConnection.JDBCResultSet extends Object implements IDynamicResultSet
Modifier and Type | Field and Description |
---|---|
protected WrappedConnection |
connection |
protected int |
maxResults |
protected String[] |
resultCols |
protected ResultSet |
rs |
protected ResultSetMetaData |
rsmd |
protected Statement |
stmt |
_rcsid
Constructor and Description |
---|
JDBCConnection.JDBCResultSet(String query,
int maxResults)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this resultset.
|
IDynamicResultRow |
getNextRow()
Get the next row from the resultset.
|
protected WrappedConnection connection
protected Statement stmt
protected ResultSet rs
protected ResultSetMetaData rsmd
protected String[] resultCols
protected int maxResults
public JDBCConnection.JDBCResultSet(String query, int maxResults) throws ManifoldCFException, ServiceInterruption
public IDynamicResultRow getNextRow() throws ManifoldCFException, ServiceInterruption
getNextRow
in interface IDynamicResultSet
ManifoldCFException
ServiceInterruption
public void close() throws ManifoldCFException, ServiceInterruption
close
in interface IDynamicResultSet
ManifoldCFException
ServiceInterruption