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

/external/sqlite/dist/orig/
H A Dsqlite3.h2998 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3013 ** directly, sqlite3_stmt_readonly() would still return true.)^
3016 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3020 ** sqlite3_stmt_readonly() to return true since, while those statements
3024 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
H A Dsqlite3.c3548 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3563 ** directly, sqlite3_stmt_readonly() would still return true.)^
3566 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3570 ** sqlite3_stmt_readonly() to return true since, while those statements
3574 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
64023 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2998 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3013 ** directly, sqlite3_stmt_readonly() would still return true.)^
3016 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3020 ** sqlite3_stmt_readonly() to return true since, while those statements
3024 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
H A Dsqlite3.c3548 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3563 ** directly, sqlite3_stmt_readonly() would still return true.)^
3566 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3570 ** sqlite3_stmt_readonly() to return true since, while those statements
3574 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
64051 SQLITE_API int sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
[all...]

Completed in 362 milliseconds