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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h261 #define sqlite3_data_count sqlite3_api->data_count macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h304 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.c3826 ** See also: [sqlite3_data_count()]
4025 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
4029 ** interfaces) then sqlite3_data_count(P) returns 0.
4030 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
4031 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
4032 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4040 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
63425 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
91277 #define sqlite3_data_count macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h304 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.c3826 ** See also: [sqlite3_data_count()]
4025 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
4029 ** interfaces) then sqlite3_data_count(P) returns 0.
4030 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
4031 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
4032 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4040 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
63438 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
91290 #define sqlite3_data_count macro
[all...]

Completed in 311 milliseconds