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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h373 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h4084 ** See also: [sqlite3_data_count()]
4292 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
4296 ** interfaces) then sqlite3_data_count(P) returns 0.
4297 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
4298 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
4299 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4307 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
H A Dsqlite3.c5108 ** See also: [sqlite3_data_count()]
5316 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
5320 ** interfaces) then sqlite3_data_count(P) returns 0.
5321 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
5322 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
5323 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
5331 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
78671 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
113638 #define sqlite3_data_count macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h373 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h4084 ** See also: [sqlite3_data_count()]
4292 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
4296 ** interfaces) then sqlite3_data_count(P) returns 0.
4297 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
4298 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
4299 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4307 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
H A Dsqlite3.c5108 ** See also: [sqlite3_data_count()]
5316 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
5320 ** interfaces) then sqlite3_data_count(P) returns 0.
5321 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
5322 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
5323 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
5331 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
78671 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
113638 #define sqlite3_data_count macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2658 ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
2745 ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4047 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4069 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4091 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4113 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4150 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
4187 int ncol = sqlite3_data_count((sqlite3_stmt *) v->vm);
/external/python/cpython2/Modules/_sqlite/
H A Dcursor.c313 numcols = sqlite3_data_count(self->statement->st);
/external/python/cpython3/Modules/_sqlite/
H A Dcursor.c248 numcols = sqlite3_data_count(self->statement->st);
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...

Completed in 579 milliseconds