protected class JDBCConnection.JDBCPSResultSet extends Object implements IDynamicResultSet
Modifier and Type | Field and Description |
---|---|
protected WrappedConnection |
connection |
protected int |
maxResults |
protected ArrayList |
params |
protected PreparedStatement |
ps |
protected String[] |
resultCols |
protected ResultSet |
rs |
protected ResultSetMetaData |
rsmd |
_rcsid
Constructor and Description |
---|
JDBCConnection.JDBCPSResultSet(String query,
ArrayList params,
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 PreparedStatement ps
protected ResultSet rs
protected ResultSetMetaData rsmd
protected String[] resultCols
protected int maxResults
protected ArrayList params
public JDBCConnection.JDBCPSResultSet(String query, ArrayList params, 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