Searched refs:sqlite3_stmt_readonly (Results 1 - 5 of 5) sorted by relevance
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 589 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
|
H A D | sqlite3.h | 4297 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if 4312 ** directly, sqlite3_stmt_readonly() would still return true.)^ 4315 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true, 4319 ** sqlite3_stmt_readonly() to return true since, while those statements 4322 ** ^The sqlite3_stmt_readonly() interface returns true for [BEGIN] since 4325 ** sqlite3_stmt_readonly() returns false for those commands. 4331 ** makes it a no-op, but the sqlite3_stmt_readonly() result would still 4334 ** sqlite3_stmt_readonly() still returns false for such a statement. 4337 ** statement, then sqlite3_stmt_readonly(X) returns the same value as 4340 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stm [all...] |
/third_party/python/Modules/_sqlite/ |
H A D | cursor.c | 853 if (multiple && sqlite3_stmt_readonly(self->statement->st)) { in _pysqlite_query_execute()
|
/third_party/sqlite/src/ |
H A D | shell.c | 2146 if( !sqlite3_stmt_readonly(pStmt) ){ in sha3QueryFunc()
|
H A D | sqlite3.c | 4603 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if 4618 ** directly, sqlite3_stmt_readonly() would still return true.)^ 4621 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true, 4625 ** sqlite3_stmt_readonly() to return true since, while those statements 4628 ** ^The sqlite3_stmt_readonly() interface returns true for [BEGIN] since 4631 ** sqlite3_stmt_readonly() returns false for those commands. 4637 ** makes it a no-op, but the sqlite3_stmt_readonly() result would still 4640 ** sqlite3_stmt_readonly() still returns false for such a statement. 4643 ** statement, then sqlite3_stmt_readonly(X) returns the same value as 4646 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stm 89680 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ global() function 132512 #define sqlite3_stmt_readonly global() macro [all...] |
Completed in 150 milliseconds