Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
H A Dcursor.c336 numcols = sqlite3_data_count(self->statement->st); in _pysqlite_fetch_one_row()
1114 if (sqlite3_data_count(stmt) == 0) { in pysqlite_cursor_iternext()
/third_party/sqlite/include/
H A Dsqlite3ext.h443 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h4678 ** See also: [sqlite3_data_count()]
4882 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
4886 ** interfaces) then sqlite3_data_count(P) returns 0.
4887 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
4888 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
4889 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4897 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
/third_party/sqlite/src/
H A Dsqlite3.c4984 ** See also: [sqlite3_data_count()]
5191 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
5195 ** interfaces) then sqlite3_data_count(P) returns 0.
5196 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
5197 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
5198 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
5206 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
89015 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ global() function
132366 #define sqlite3_data_count global() macro
[all...]

Completed in 159 milliseconds