Uses of Class
io.roastedroot.sqlite4j.Collation
-
Packages that use Collation Package Description io.roastedroot.sqlite4j io.roastedroot.sqlite4j.core io.roastedroot.sqlite4j.core.wasm -
-
Uses of Collation in io.roastedroot.sqlite4j
Methods in io.roastedroot.sqlite4j with parameters of type Collation Modifier and Type Method Description static voidCollation. create(Connection conn, String name, Collation f)Registers a given collation with the connection. -
Uses of Collation in io.roastedroot.sqlite4j.core
Methods in io.roastedroot.sqlite4j.core with parameters of type Collation Modifier and Type Method Description abstract intDB. create_collation(String name, Collation c)Create a user defined collation with given collation name and the collation object.intWasmDB. create_collation(String name, Collation c) -
Uses of Collation in io.roastedroot.sqlite4j.core.wasm
Methods in io.roastedroot.sqlite4j.core.wasm that return Collation Modifier and Type Method Description CollationCollationStore. get(int idx)Methods in io.roastedroot.sqlite4j.core.wasm with parameters of type Collation Modifier and Type Method Description intCollationStore. registerCollation(String name, Collation f)
-