Home
last modified time | relevance | path

Searched refs:sqliteExprType (Results 1 – 7 of 7) sorted by relevance

/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dexpr.c876 sqliteExprType(pExpr->pList->a[pDef->dataType].pExpr); in sqliteExprCheck()
883 if( sqliteExprType(pExpr->pList->a[i].pExpr)==SQLITE_SO_NUM ){ in sqliteExprCheck()
922 int sqliteExprType(Expr *p){ in sqliteExprType() function
962 if( sqliteExprType(p->pLeft)==SQLITE_SO_NUM ){ in sqliteExprType()
985 if( p->pRight && sqliteExprType(p->pRight)==SQLITE_SO_NUM ){ in sqliteExprType()
992 if( sqliteExprType(pList->a[i].pExpr)==SQLITE_SO_NUM ){ in sqliteExprType()
1078 if( pParse->db->file_format>=4 && sqliteExprType(pExpr)==SQLITE_SO_TEXT ){ in sqliteExprCode()
1285 sqliteExprType(pItem->pExpr)==SQLITE_SO_NUM ? "numeric" : "text", in sqliteExprCodeExprList()
1340 if( pParse->db->file_format>=4 && sqliteExprType(pExpr)==SQLITE_SO_TEXT ){ in sqliteExprIfTrue()
1433 if( pParse->db->file_format>=4 && sqliteExprType(pExpr)==SQLITE_SO_TEXT ){ in sqliteExprIfFalse()
H A Dselect.c328 type = sqliteExprType(pOrderBy->a[i].pExpr); in pushOntoSorter()
361 zType[i] = sqliteExprType(pEList->a[i].pExpr)==SQLITE_SO_NUM ? 'n' : 't'; in sqliteAddKeyType()
684 if( sqliteExprType(p)==SQLITE_SO_TEXT ){ in generateColumnTypes()
1214 pE->dataType = sqliteExprType(pEList->a[pE->iColumn].pExpr); in multiSelectSortOrder()
H A DsqliteInt.h1195 int sqliteExprType(Expr*);
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dexpr.c876 sqliteExprType(pExpr->pList->a[pDef->dataType].pExpr); in sqliteExprCheck()
883 if( sqliteExprType(pExpr->pList->a[i].pExpr)==SQLITE_SO_NUM ){ in sqliteExprCheck()
922 int sqliteExprType(Expr *p){ in sqliteExprType() function
962 if( sqliteExprType(p->pLeft)==SQLITE_SO_NUM ){ in sqliteExprType()
985 if( p->pRight && sqliteExprType(p->pRight)==SQLITE_SO_NUM ){ in sqliteExprType()
992 if( sqliteExprType(pList->a[i].pExpr)==SQLITE_SO_NUM ){ in sqliteExprType()
1078 if( pParse->db->file_format>=4 && sqliteExprType(pExpr)==SQLITE_SO_TEXT ){ in sqliteExprCode()
1285 sqliteExprType(pItem->pExpr)==SQLITE_SO_NUM ? "numeric" : "text", in sqliteExprCodeExprList()
1340 if( pParse->db->file_format>=4 && sqliteExprType(pExpr)==SQLITE_SO_TEXT ){ in sqliteExprIfTrue()
1433 if( pParse->db->file_format>=4 && sqliteExprType(pExpr)==SQLITE_SO_TEXT ){ in sqliteExprIfFalse()
H A Dselect.c328 type = sqliteExprType(pOrderBy->a[i].pExpr); in pushOntoSorter()
361 zType[i] = sqliteExprType(pEList->a[i].pExpr)==SQLITE_SO_NUM ? 'n' : 't'; in sqliteAddKeyType()
684 if( sqliteExprType(p)==SQLITE_SO_TEXT ){ in generateColumnTypes()
1214 pE->dataType = sqliteExprType(pEList->a[pE->iColumn].pExpr); in multiSelectSortOrder()
H A DsqliteInt.h1195 int sqliteExprType(Expr*);
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A DsqliteInt.h1191 int sqliteExprType(Expr*);