Searched refs:sqlite3_stmt_readonly (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile178 sqlite3_stmt_readonly.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h590 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
H A Dsqlite3.h4371 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
4386 ** directly, sqlite3_stmt_readonly() would still return true.)^
4389 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
4393 ** sqlite3_stmt_readonly() to return true since, while those statements
4396 ** ^The sqlite3_stmt_readonly() interface returns true for [BEGIN] since
4399 ** sqlite3_stmt_readonly() returns false for those commands.
4405 ** makes it a no-op, but the sqlite3_stmt_readonly() result would still
4408 ** sqlite3_stmt_readonly() still returns false for such a statement.
4411 ** statement, then sqlite3_stmt_readonly(X) returns the same value as
4414 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stm
[all...]
H A Dshell.c3439 if( !sqlite3_stmt_readonly(pStmt) ){
H A Dsqlite3.c4684 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
4699 ** directly, sqlite3_stmt_readonly() would still return true.)^
4702 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
4706 ** sqlite3_stmt_readonly() to return true since, while those statements
4709 ** ^The sqlite3_stmt_readonly() interface returns true for [BEGIN] since
4712 ** sqlite3_stmt_readonly() returns false for those commands.
4718 ** makes it a no-op, but the sqlite3_stmt_readonly() result would still
4721 ** sqlite3_stmt_readonly() still returns false for such a statement.
4724 ** statement, then sqlite3_stmt_readonly(X) returns the same value as
4727 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stm
91844 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
136062 #define sqlite3_stmt_readonly macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d784 int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);

Completed in 528 milliseconds