src/hg/hgTables/hgTables.h 1.135

1.135 2009/04/11 00:02:13 tdreszer
Added isSqlIntType so that integer fileds can be validated as such
Index: src/hg/hgTables/hgTables.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/hgTables.h,v
retrieving revision 1.134
retrieving revision 1.135
diff -b -B -U 4 -r1.134 -r1.135
--- src/hg/hgTables/hgTables.h	10 Apr 2009 20:04:29 -0000	1.134
+++ src/hg/hgTables/hgTables.h	11 Apr 2009 00:02:13 -0000	1.135
@@ -269,8 +269,11 @@
 
 boolean isSqlNumType(char *type);
 /* Return TRUE if it is a numerical SQL type. */
 
+boolean isSqlIntType(char *type);
+/* Return TRUE if it is an integer SQL type. */
+
 struct sqlFieldType
 /* List field names and types */
     {
     struct sqlFieldType *next;