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

/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteStatement.cpp274 return sqlite3_data_count(m_statement);
/macosx-10.10/Heimdal-398.1.2/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 487 milliseconds