src/inc/rql.h 1.6

1.6 2009/12/05 03:51:36 kent
Adding in whereVarList to rqlStatement
Index: src/inc/rql.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/rql.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/inc/rql.h	3 Dec 2009 20:05:24 -0000	1.5
+++ src/inc/rql.h	5 Dec 2009 03:51:36 -0000	1.6
@@ -93,8 +93,9 @@
     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 - in parse tree. */
+    struct slName *whereVarList;	/* List of variables used in where clause. */
     int limit;		/* If >= 0 then limits # of records returned. */
     };
 
 void rqlValDump(union rqlVal val, enum rqlType type, FILE *f);