Searched defs:pTabList (Results 1 – 7 of 7) sorted by relevance
31 SrcList *pTabList, /* The table in which we should change things */ in sqliteUpdate() argument
109 SrcList *pTabList /* All table that pExpr might refer to */ in sqliteAuthRead() argument
61 SrcList *pTabList, /* The table from which we should delete things */ in sqliteDeleteFrom() argument
664 SrcList *pTabList, /* List of tables */ in generateColumnTypes() argument 704 SrcList *pTabList, /* List of tables */ in generateColumnNames() argument 863 SrcList *pTabList; fillInColumnList() local 2026 SrcList *pTabList; /* List of tables to select from */ sqliteSelect() local [all...]
385 SrcList *pTabList, /* A list of all tables to be scanned */ in sqliteWhereBegin() argument 1197 SrcList *pTabList = pWInfo->pTabList; sqliteWhereEnd() local [all...]
91 SrcList *pTabList, /* Name of table into which we are inserting */ in sqliteInsert() argument
826 SrcList *pTabList; /* List of tables in the join */ member