create_collation_v2 method

int create_collation_v2(
  1. PtrSqlite3 arg1,
  2. String zName,
  3. int eTextRep,
  4. PtrVoid pArg,
  5. PtrDefxCompare xCompare,
  6. 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);