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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h250 #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...]

Completed in 342 milliseconds