Lines Matching refs:statement
218 ** result of the INSERT, UPDATE, or DELETE statement are not counted.
371 ** We can use this text in an SQL statement as follows:
542 ** SQL statement should be aborted with an error and SQLITE_IGNORE
597 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */
612 ** An sqlite_vm is an opaque object that represents a single SQL statement
625 ** SQL statement in zSql. This routine only compiles the first statement
629 ** the compiled statement. Or if there is an error, *ppVm may be set to NULL.
644 const char *zSql, /* SQL statement to be compiled */
651 ** After an SQL statement has been compiled, it is handed to this routine
652 ** to be executed. This routine executes the statement as far as it can
656 ** SQLITE_DONE means that the execute of the SQL statement is complete
701 ** if the statement executed successfully and some other value is returned if
738 ** The 2nd "idx" parameter determines which variable in the SQL statement
837 ** or UPDATE statement. Use sqlite_decode_binary() to convert the