diff src/source.sml @ 338:e976b187d73a

SQL sequences
author Adam Chlipala <adamc@hcoop.net>
date Sun, 14 Sep 2008 11:02:18 -0400
parents 42dfb0d61cf0
children 075b36dbb1a4
line wrap: on
line diff
--- a/src/source.sml	Sat Sep 13 20:15:30 2008 -0400
+++ b/src/source.sml	Sun Sep 14 11:02:18 2008 -0400
@@ -83,6 +83,7 @@
        | SgiInclude of sgn
        | SgiConstraint of con * con
        | SgiTable of string * con
+       | SgiSequence of string
        | SgiClassAbs of string
        | SgiClass of string * con
 
@@ -141,6 +142,7 @@
        | DOpenConstraints of string * string list
        | DExport of str
        | DTable of string * con
+       | DSequence of string
        | DClass of string * con
        | DDatabase of string