On 29 December 2015 at 08:23, Cecil Westerhof <cldwesterhof at gmail.com>
wrote:
> When working in Python I can use:
> con.create_collation("mycollation", collate)
>
> To change the sort order. How should I do this in Java?
>
Note there are multiple ways to use sqlite from java, so it would help to
specify which bindings you are using. eg. sqlite4java doesn't provide a
create_collation call as far as I can tell.
Based on your previous posts I assume you are accessing sqlite via JDBC; I
can be no help there.
-Rowan