| Constructor and Description |
|---|
StatementStreamingResultSetCloser(DbConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeResultSets()
Closes all tracked
ResultSets |
int |
getOpenResultSets() |
void |
trackResultSet(ResultSet resultSet)
Adds a resultSet for tracking in order to be able to close it later
|
public StatementStreamingResultSetCloser(DbConnection connection)
public void closeResultSets()
ResultSetspublic void trackResultSet(ResultSet resultSet)
resultSet - resultSet to trackpublic int getOpenResultSets()
Copyright © 2021. All rights reserved.