Class CollationStore
- java.lang.Object
-
- io.roastedroot.sqlite4j.core.wasm.CollationStore
-
public class CollationStore extends Object
-
-
Constructor Summary
Constructors Constructor Description CollationStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfree(int idx)voidfree(String name)Collationget(int idx)intregisterCollation(String name, Collation f)
-