finalize method

int finalize(
  1. PtrStmt pStmt
)
inherited

Implementation

int finalize(PtrStmt pStmt) {
  return _h_sqlite3_finalize(pStmt);
}