SQLHeavy.UserFunction
Description:
Content:
Classes:
-
Context - Context used to manage a call to a user defined
function
Delegates:
-
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.
-
public void FinalizeFunc (Context ctx)
This function is called when SQLite finishes stepping through the data. It is analogous to SQLite's
xFinal callback.