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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h318 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h3425 ** See also: [sqlite3_data_count()]
3624 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3628 ** interfaces) then sqlite3_data_count(P) returns 0.
3629 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3630 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
3631 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
3639 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
H A Dsqlite3.c3996 ** See also: [sqlite3_data_count()]
4195 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
4199 ** interfaces) then sqlite3_data_count(P) returns 0.
4200 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
4201 ** ^The sqlite3_data_count(P) routine returns 0 if the previous call to
4202 ** [sqlite3_step](P) returned [SQLITE_DONE]. ^The sqlite3_data_count(P)
4210 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
63866 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
92495 #define sqlite3_data_count macro
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h283 #define sqlite3_data_count sqlite3_api->data_count macro
H A Dsqlite3.h3151 ** See also: [sqlite3_data_count()]
3350 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3354 ** interfaces) then sqlite3_data_count(P) returns 0.
3355 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3359 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
H A Dsqlite3.c3704 ** See also: [sqlite3_data_count()]
3903 ** ^The sqlite3_data_count(P) interface returns the number of columns in the
3907 ** interfaces) then sqlite3_data_count(P) returns 0.
3908 ** ^The sqlite3_data_count(P) routine also returns 0 if P is a NULL pointer.
3912 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt);
62222 SQLITE_API int sqlite3_data_count(sqlite3_stmt *pStmt){ function
89175 #define sqlite3_data_count macro
[all...]

Completed in 696 milliseconds