src/hg/inc/jksql.h 1.88

1.88 2010/05/22 02:18:14 braney
add sqlRenameTable
Index: src/hg/inc/jksql.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/jksql.h,v
retrieving revision 1.87
retrieving revision 1.88
diff -b -B -U 4 -r1.87 -r1.88
--- src/hg/inc/jksql.h	18 Mar 2010 01:50:56 -0000	1.87
+++ src/hg/inc/jksql.h	22 May 2010 02:18:14 -0000	1.88
@@ -289,8 +289,11 @@
 struct slDouble *sqlQuickDoubleList(struct sqlConnection *conn, char *query);
 /* Return a list of slDoubles for a single column query.
  * Do a slFreeList on result when done. */
 
+void sqlRenameTable(struct sqlConnection *sc, char *table1, char *table2);
+/* Rename table */
+
 void sqlDropTable(struct sqlConnection *sc, char *table);
 /* Drop table if it exists. */
 
 void sqlGetLock(struct sqlConnection *sc, char *name);