change
This commit is contained in:
parent
e3be965474
commit
49d7e29861
|
@ -80,12 +80,8 @@ public class TSDBStatement extends AbstractStatement {
|
||||||
|
|
||||||
public void close() throws SQLException {
|
public void close() throws SQLException {
|
||||||
if (!isClosed) {
|
if (!isClosed) {
|
||||||
//TODO:check if connector need to store resultSetPointer
|
if (this.resultSet != null)
|
||||||
// this.connector.freeResultSet(resultSet.getResultSetPointer());
|
|
||||||
this.resultSet.close();
|
this.resultSet.close();
|
||||||
// if (!this.connector.isResultsetClosed()) {
|
|
||||||
// this.connector.freeResultSet();
|
|
||||||
// }
|
|
||||||
isClosed = true;
|
isClosed = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue