summaryrefslogtreecommitdiff
path: root/src/cjr.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/cjr.sml')
-rw-r--r--src/cjr.sml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cjr.sml b/src/cjr.sml
index 9b6765dc..8dca6b46 100644
--- a/src/cjr.sml
+++ b/src/cjr.sml
@@ -87,6 +87,8 @@ datatype exp' =
prepared : int option }
| EDml of { dml : exp,
prepared : int option }
+ | ENextval of { seq : exp,
+ prepared : int option }
withtype exp = exp' located
@@ -99,6 +101,7 @@ datatype decl' =
| DFunRec of (string * int * (string * typ) list * typ * exp) list
| DTable of string * (string * typ) list
+ | DSequence of string
| DDatabase of string
| DPreparedStatements of (string * int) list