create_collation_v2 method
int
create_collation_v2(
- PtrSqlite3 arg1,
- String zName,
- int eTextRep,
- PtrVoid pArg,
- PtrDefxCompare xCompare,
- PtrDefxFree xDestroy,
Cross platform interface api for sqlite3_create_collation_v2
Implementation
int create_collation_v2(cpf.PtrSqlite3 arg1, String zName, int eTextRep, cpf.PtrVoid pArg,
cpf.PtrDefxCompare xCompare, cpf.PtrDefxFree xDestroy) =>
_sqlite.create_collation_v2(arg1, zName, eTextRep, pArg, xCompare, xDestroy);