Hi, I suggest to use the SET COLLATION statement: http://www.h2database.com/html/grammar.html#set_collation
Regards, Thomas On Fri, Jan 22, 2010 at 12:00 PM, Alex1999 <[email protected]> wrote: > On initialization of the Database class, an instance of the > CompareMode is created to use when comparing. In the initialization > the the name parameter is set to null which results in the CompareMode > class having no Collator instance and thus all the string compares are > done lexicographically. Where can I find the setting or method to set > the Collator in the CompareMode class to a Collator using my Locale > and desired strength? > > -- > You received this message because you are subscribed to the Google Groups "H2 > Database" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
