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