Rel_sqlite3.StmtLow-level prepared statement interface.
type db = tSee Rel_sqlite3.t.
val start : t -> 'r Rel_sql.Stmt.t -> ('r step, error) Stdlib.resultstart s sb starts the statement s as bound by sb. This resets the prepared statement and binds the arguments of sb.
step s is the next result in s, or None if the query has finished executing.