Packages
sqlite3
Sqlite
Database
complete
open
open_v2
_exec
_get_table
busy_timeout
changes
commit_hook
create_collation
create_function
create_function_v2
errcode
errmsg
exec
extended_result_codes
get_autocommit
get_table
interrupt
last_insert_rowid
limit
next_stmt
prepare
prepare_v2
profile
progress_handler
rollback_hook
set_authorizer
status
table_column_metadata
total_changes
trace
update_hook
wal_autocheckpoint
wal_checkpoint
wal_hook
create_function_v2
Description:
public
int
create_function_v2
(
string
zFunctionName,
int
nArg,
int
eTextRep,
void
* user_data,
UserFuncCallback
? xFunc,
UserFuncCallback
? xStep,
UserFuncFinishCallback
? xFinal,
DestroyNotify
? destroy =
null
)