close method
void
close()
Closes and releases the prepared statement.
Should be called when the statement is no longer needed.
Implementation
void close() {
_backend.closeStatement(_stmtId);
}
Closes and releases the prepared statement.
Should be called when the statement is no longer needed.
void close() {
_backend.closeStatement(_stmtId);
}