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.h293 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.c4101 ** ^The sqlite3_column_type() routine returns the
4105 ** returned by sqlite3_column_type() is only meaningful if no type
4107 ** the value returned by sqlite3_column_type() is undefined. Future
4108 ** versions of SQLite may change the behavior of sqlite3_column_type()
4244 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
63569 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
91266 #define sqlite3_column_type macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h293 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.c4101 ** ^The sqlite3_column_type() routine returns the
4105 ** returned by sqlite3_column_type() is only meaningful if no type
4107 ** the value returned by sqlite3_column_type() is undefined. Future
4108 ** versions of SQLite may change the behavior of sqlite3_column_type()
4244 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
63597 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
91302 #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);
61327 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
86958 #define sqlite3_column_type macro
[all...]

Completed in 419 milliseconds