Searched refs:sqlite3_column_type (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c275 if (sqlite3_column_type(stmt, 0) != SQLITE_TEXT)
518 if (sqlite3_column_type(s->scache_name, 0) != SQLITE_INTEGER) {
837 if (sqlite3_column_type(s->scache, 0) != SQLITE_TEXT) {
1004 if (sqlite3_column_type(ctx->credstmt, 0) != SQLITE_BLOB) {
1080 if (sqlite3_column_type(stmt, 0) != SQLITE_BLOB) {
1246 if (sqlite3_column_type(ctx->stmt, 0) != SQLITE_TEXT)
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp237 return c_type_to_cxx(::sqlite3_column_type(_pimpl->stmt, index));
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c304 switch (sqlite3_column_type(*stmt, cidx)) {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h433 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.h5061 ** <tr><td><b>sqlite3_column_type</b><td>&rarr;<td>Default
5094 ** ^The sqlite3_column_type() routine returns the
5098 ** The return value of sqlite3_column_type() can be used to decide which
5100 ** The value returned by sqlite3_column_type() is only meaningful if no
5102 ** After a type conversion, the result of calling sqlite3_column_type()
5104 ** versions of SQLite may change the behavior of sqlite3_column_type()
5262 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
H A Dshell.c3458 switch( sqlite3_column_type(pStmt,i) ){
20559 switch( sqlite3_column_type(pStmt, i) ){
20863 aiTypes[i] = x = sqlite3_column_type(pStmt, i);
22814 switch( sqlite3_column_type(pQuery, i) ){
H A Dsqlite3.c5374 ** <tr><td><b>sqlite3_column_type</b><td>&rarr;<td>Default
5407 ** ^The sqlite3_column_type() routine returns the
5411 ** The return value of sqlite3_column_type() can be used to decide which
5413 ** The value returned by sqlite3_column_type() is only meaningful if no
5415 ** After a type conversion, the result of calling sqlite3_column_type()
5417 ** versions of SQLite may change the behavior of sqlite3_column_type()
5575 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
91291 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
135905 #define sqlite3_column_type macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d924 int sqlite3_column_type(sqlite3_stmt*, int iCol);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1779 switch( sqlite3_column_type(pStmt, iCol) ){
1865 && sqlite3_column_type(p->pPreStmt->pStmt, i)==SQLITE_NULL

Completed in 817 milliseconds