Mercurial > urweb
comparison src/settings.sig @ 890:034eeb099564
Blobs tested in MySQL and SQLite
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 18 Jul 2009 10:27:32 -0400 |
parents | 5805fa825fe8 |
children | 8f2159040bbb |
comparison
equal
deleted
inserted
replaced
889:bcad392e288e | 890:034eeb099564 |
---|---|
153 supportsUpdateAs : bool, | 153 supportsUpdateAs : bool, |
154 createSequence : string -> string, | 154 createSequence : string -> string, |
155 textKeysNeedLengths : bool, | 155 textKeysNeedLengths : bool, |
156 supportsNextval : bool, | 156 supportsNextval : bool, |
157 supportsNestedPrepared : bool, | 157 supportsNestedPrepared : bool, |
158 sqlPrefix : string | 158 sqlPrefix : string, |
159 supportsOctetLength : bool | |
159 } | 160 } |
160 | 161 |
161 val addDbms : dbms -> unit | 162 val addDbms : dbms -> unit |
162 val setDbms : string -> unit | 163 val setDbms : string -> unit |
163 val currentDbms : unit -> dbms | 164 val currentDbms : unit -> dbms |