Searched defs:sqlite3_stmt_readonly (Results 1 - 5 of 5) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h489 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
H A Dsqlite3.c3559 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3574 ** directly, sqlite3_stmt_readonly() would still return true.)^
3577 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3581 ** sqlite3_stmt_readonly() to return true since, while those statements
3585 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
72496 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
104536 #define sqlite3_stmt_readonly macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h489 #define sqlite3_stmt_readonly sqlite3_api->stmt_readonly macro
H A Dsqlite3.c3559 ** ^The sqlite3_stmt_readonly(X) interface returns true (non-zero) if
3574 ** directly, sqlite3_stmt_readonly() would still return true.)^
3577 ** [SAVEPOINT], and [RELEASE] cause sqlite3_stmt_readonly() to return true,
3581 ** sqlite3_stmt_readonly() to return true since, while those statements
3585 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_readonly(sqlite3_stmt *pStmt);
72514 SQLITE_API int SQLITE_STDCALL sqlite3_stmt_readonly(sqlite3_stmt *pStmt){ function
104554 #define sqlite3_stmt_readonly macro
[all...]
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...

Completed in 524 milliseconds