Searched refs:sqliteExprType (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dselect.c329 type = sqliteExprType(pOrderBy->a[i].pExpr);
362 zType[i] = sqliteExprType(pEList->a[i].pExpr)==SQLITE_SO_NUM ? 'n' : 't';
685 if( sqliteExprType(p)==SQLITE_SO_TEXT ){
1215 pE->dataType = sqliteExprType(pEList->a[pE->iColumn].pExpr);
H A DsqliteInt.h1198 int sqliteExprType(Expr*);

Completed in 32 milliseconds