| Package | Description |
|---|---|
| org.sqlite | |
| org.sqlite.core |
| Modifier and Type | Method and Description |
|---|---|
static void |
Collation.create(Connection conn,
String name,
Collation f)
Registers a given collation with the connection.
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
DB.create_collation(String name,
Collation c)
Create a user defined collation with given collation name and the collation object.
|
int |
NativeDB.create_collation(String name,
Collation coll) |
Copyright © 2022. All rights reserved.