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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile24 SQLITE_INTEGER.3 \
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp64 case SQLITE_INTEGER: return sqlite::type_integer;
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c305 case SQLITE_INTEGER:
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c121 ** Variable eType may be set to SQLITE_INTEGER, SQLITE_FLOAT, SQLITE_TEXT,
125 ** or blob (sqlite3_result_blob()) is returned. If it is SQLITE_INTEGER
1007 case SQLITE_INTEGER: {
1067 eType = SQLITE_INTEGER;
1081 case SQLITE_INTEGER: {
1786 case SQLITE_INTEGER: {
2927 assert( SQLITE_INTEGER==1 && SQLITE_FLOAT==2 && SQLITE_TEXT==3 );
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d898 SQLITE_INTEGER = 1,
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c518 if (sqlite3_column_type(s->scache_name, 0) != SQLITE_INTEGER) {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h5029 #define SQLITE_INTEGER 1 macro
5095 ** [SQLITE_INTEGER | datatype code] for the initial data type
5096 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
5689 ** [SQLITE_INTEGER | datatype code] for the initial datatype of the
5690 ** [sqlite3_value] object V. The returned value is one of [SQLITE_INTEGER],
5693 ** For example, if the datatype is initially SQLITE_INTEGER and
5705 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
H A Dsqlite3.c5342 #define SQLITE_INTEGER 1 macro
5408 ** [SQLITE_INTEGER | datatype code] for the initial data type
5409 ** of the result column. ^The returned value is one of [SQLITE_INTEGER],
6002 ** [SQLITE_INTEGER | datatype code] for the initial datatype of the
6003 ** [sqlite3_value] object V. The returned value is one of [SQLITE_INTEGER],
6006 ** For example, if the datatype is initially SQLITE_INTEGER and
6018 ** The [SQLITE_INTEGER | datatype] after conversion is returned.)^
[all...]
H A Dshell.c3463 case SQLITE_INTEGER: {
3815 ** If the pIn argument is SQLITE_TEXT or SQLITE_INTEGER, it is converted
3833 case SQLITE_INTEGER: {
4475 if( sqlite3_value_type(argv[0])==SQLITE_INTEGER ){
5526 || sqlite3_value_type(argv[0])==SQLITE_INTEGER
13331 i64 iVal; /* SQLITE_INTEGER value */
13361 case SQLITE_INTEGER:
13384 case SQLITE_INTEGER:
19485 }else if( aiType && aiType[i]==SQLITE_INTEGER ){
19578 }else if( aiType && aiType[i]==SQLITE_INTEGER ){
[all...]

Completed in 959 milliseconds