Searched defs:sqlite3_column_type (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c814 int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
H A Dsqlite3ext.h269 #define sqlite3_column_type sqlite3_api->column_type macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h307 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.c3891 ** ^The sqlite3_column_type() routine returns the
3895 ** returned by sqlite3_column_type() is only meaningful if no type
3897 ** the value returned by sqlite3_column_type() is undefined. Future
3898 ** versions of SQLite may change the behavior of sqlite3_column_type()
4034 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
67115 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
97278 #define sqlite3_column_type macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h307 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.c3891 ** ^The sqlite3_column_type() routine returns the
3895 ** returned by sqlite3_column_type() is only meaningful if no type
3897 ** the value returned by sqlite3_column_type() is undefined. Future
3898 ** versions of SQLite may change the behavior of sqlite3_column_type()
4034 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
67135 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
97298 #define sqlite3_column_type macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c3779 ** ^The sqlite3_column_type() routine returns the
3783 ** returned by sqlite3_column_type() is only meaningful if no type
3785 ** the value returned by sqlite3_column_type() is undefined. Future
3786 ** versions of SQLite may change the behavior of sqlite3_column_type()
3922 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
61148 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
86751 #define sqlite3_column_type macro
[all...]

Completed in 3864 milliseconds