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);
}