[sqlite] Using colation in Java

2015-12-29 Thread Rowan Worth
On 29 December 2015 at 08:23, Cecil Westerhof 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

[sqlite] Using colation in Java

2015-12-29 Thread Cecil Westerhof
2015-12-29 1:35 GMT+01:00 Rowan Worth : > On 29 December 2015 at 08:23, Cecil Westerhof > 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

[sqlite] Using colation in Java

2015-12-29 Thread Cecil Westerhof
When working in Python I can use: con.create_collation("mycollation", collate) To change the sort order. How should I do this in Java? -- Cecil Westerhof