comparison src/settings.sig @ 1014:ea9f03ac2710

Chars working with SQLite
author Adam Chlipala <adamc@hcoop.net>
date Thu, 22 Oct 2009 17:36:30 -0400
parents 16f7cb0891b6
children 065ce3252090
comparison
equal deleted inserted replaced
1013:d9483301ff0e 1014:ea9f03ac2710
155 createSequence : string -> string, 155 createSequence : string -> string,
156 textKeysNeedLengths : bool, 156 textKeysNeedLengths : bool,
157 supportsNextval : bool, 157 supportsNextval : bool,
158 supportsNestedPrepared : bool, 158 supportsNestedPrepared : bool,
159 sqlPrefix : string, 159 sqlPrefix : string,
160 supportsOctetLength : bool 160 supportsOctetLength : bool,
161 trueString : string,
162 falseString : string
161 } 163 }
162 164
163 val addDbms : dbms -> unit 165 val addDbms : dbms -> unit
164 val setDbms : string -> unit 166 val setDbms : string -> unit
165 val currentDbms : unit -> dbms 167 val currentDbms : unit -> dbms