Searched refs:SQLITE_SO_TEXT (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c324 if( (order & SQLITE_SO_TYPEMASK)==SQLITE_SO_TEXT ){
325 type = SQLITE_SO_TEXT;
334 c = type==SQLITE_SO_TEXT ? 'A' : '+';
336 c = type==SQLITE_SO_TEXT ? 'D' : '-';
685 if( sqliteExprType(p)==SQLITE_SO_TEXT ){
1176 ** column in the result set. The datatype is set to SQLITE_SO_TEXT
1178 ** p has a datatype of SQLITE_SO_TEXT. If the cooressponding column
1194 ** The secondary key will use the SQLITE_SO_TEXT sort order because
1204 pOrderBy->a[i].pExpr->dataType = SQLITE_SO_TEXT;
H A Dbuild.c726 ** The collation type is text (SQLITE_SO_TEXT) if the type
736 return SQLITE_SO_TEXT;
739 return SQLITE_SO_TEXT;
742 return SQLITE_SO_TEXT;
1323 if( (pTab->aCol[iCol].sortOrder & SQLITE_SO_TYPEMASK)==SQLITE_SO_TEXT ){
H A DsqliteInt.h462 #define SQLITE_SO_TEXT 2 /* Sort using memcmp() */ macro
686 u8 dataType; /* Either SQLITE_SO_TEXT or SQLITE_SO_NUM */

Completed in 38 milliseconds