UserFunc


Description:

public Value? UserFunc (Context ctx, ValueArray args) throws Error

This function is called as SQLite is stepping through the data. It is analogous to SQLite's xStep and xFunc callback.

Parameters:

ctx execution context
args arguments passed to the function

Returns:

value to return from the function

Namespace: SQLHeavy.UserFunction
Package: SQLHeavy