I am trying to set the collation of a new H2 Database over an Android device, and I have two doubts:
If I don't specify the collation name of the database with collation is used for it.
Where I can find a list of the differents collations that exists and support H2?
Thanks in advance