reset method

int reset(
  1. PtrStmt pStmt
)
inherited

Implementation

int reset(PtrStmt pStmt) {
  return _h_sqlite3_reset(pStmt);
}