create_function_v2 method
int
create_function_v2(
- PtrSqlite3 db,
- String zFunctionName,
- int nArg,
- int eTextRep,
- PtrVoid pApp,
- PtrDefpxFunc xFunc,
- PtrDefpxFunc xStep,
- PtrDefxFinal xFinal,
- PtrDefxFree xDestroy,
Cross platform interface api for sqlite3_create_function_v2
Implementation
int create_function_v2(
cpf.PtrSqlite3 db,
String zFunctionName,
int nArg,
int eTextRep,
cpf.PtrVoid pApp,
cpf.PtrDefpxFunc xFunc,
cpf.PtrDefpxFunc xStep,
cpf.PtrDefxFinal xFinal,
cpf.PtrDefxFree xDestroy) =>
_sqlite.create_function_v2(
db, zFunctionName, nArg, eTextRep, pApp, xFunc, xStep, xFinal, xDestroy);