public Statement Bind(int index, object value) { Sqlite3.Bind(db, pStmt, index, value); return(this); }
public Statement ClearBindings() { resetIfExecuted(); Sqlite3.ClearBindings(db, pStmt); return(this); }