step method

int step(
  1. PtrStmt arg1
)
inherited

Implementation

int step(PtrStmt arg1) {
  return _h_sqlite3_step(arg1);
}