src/utils/raSqlQuery/rql.h 1.2

1.2 2009/11/22 02:54:37 kent
Parsing out (and ignoring) optional from clause.
Index: src/utils/raSqlQuery/rql.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/raSqlQuery/rql.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/utils/raSqlQuery/rql.h	20 Nov 2009 07:41:56 -0000	1.1
+++ src/utils/raSqlQuery/rql.h	22 Nov 2009 02:54:37 -0000	1.2
@@ -72,8 +72,9 @@
     {
     char *next;		/* Next in list */
     char *command;	/* Generally the first word in the statement. */
     struct slName *fieldList;	/* List of fields if any. */
+    struct slName *tableList;	/* List of tables if any. */
     struct rqlParse *whereClause;	/* Where clause if any - tokenized. */
     };
 
 void rqlValDump(union rqlVal val, enum rqlType type, FILE *f);