Searched refs:sqlite3_data_count (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteStatement.cpp275 return sqlite3_data_count(m_statement);
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h261 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h2777 int sqlite3_data_count(sqlite3_stmt *pStmt);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h304 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h3276 ** See also: [sqlite3_data_count()]
3475 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3479 ** interfaces) then sqlite3_data_count(P) returns 0.
3480 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3481 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
3482 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
3490 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
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.h3276 ** See also: [sqlite3_data_count()]
3475 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3479 ** interfaces) then sqlite3_data_count(P) returns 0.
3480 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3481 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
3482 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
3490 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
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);
63436 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
91288 #define sqlite3_data_count macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2659 ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
2746 ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4048 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4070 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4092 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4114 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4151 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4188 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);

Completed in 326 milliseconds