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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h325 #define sqlite3_column_value sqlite3_api->column_value macro
H A Dsqlite3.h3411 ** [sqlite3_column_value()] is unprotected.
3957 ** ^The object returned by [sqlite3_column_value()] is an
3961 ** [sqlite3_column_value()] is used in any other way, including calls
4063 SQLITE_API sqlite3_value *SQLITE_STDCALL sqlite3_column_value(sqlite3_stmt*, int iCol);
H A Dsqlite3.c3618 ** [sqlite3_column_value()] is unprotected.
4164 ** ^The object returned by [sqlite3_column_value()] is an
4168 ** [sqlite3_column_value()] is used in any other way, including calls
4270 SQLITE_API sqlite3_value *SQLITE_STDCALL sqlite3_column_value(sqlite3_stmt*, int iCol);
69932 SQLITE_API sqlite3_value *SQLITE_STDCALL sqlite3_column_value(sqlite3_stmt *pStmt, int i){ function
102180 #define sqlite3_column_value macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h325 #define sqlite3_column_value sqlite3_api->column_value macro
H A Dsqlite3.h3411 ** [sqlite3_column_value()] is unprotected.
3957 ** ^The object returned by [sqlite3_column_value()] is an
3961 ** [sqlite3_column_value()] is used in any other way, including calls
4063 SQLITE_API sqlite3_value *SQLITE_STDCALL sqlite3_column_value(sqlite3_stmt*, int iCol);
H A Dsqlite3.c3618 ** [sqlite3_column_value()] is unprotected.
4164 ** ^The object returned by [sqlite3_column_value()] is an
4168 ** [sqlite3_column_value()] is used in any other way, including calls
4270 SQLITE_API sqlite3_value *SQLITE_STDCALL sqlite3_column_value(sqlite3_stmt*, int iCol);
69950 SQLITE_API sqlite3_value *SQLITE_STDCALL sqlite3_column_value(sqlite3_stmt *pStmt, int i){ function
102198 #define sqlite3_column_value macro
[all...]

Completed in 491 milliseconds