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

/macosx-10.9.5/WebCore-7537.78.1/platform/sql/
H A DSQLiteStatement.cpp278 return sqlite3_data_count(m_statement);
/macosx-10.9.5/Heimdal-323.92.1/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 414 milliseconds