SQLHeavy
Description:
Content:
Namespaces:
-
SQLHeavy
Interfaces:
Classes:
Enums:
Error domains:
-
CommonFunction
Holds implementations of common functions which can be registered with SQLHeavy using the user-defined
function API.
-
UserFunction
Symbols related to the creation and execution of user-created functions.
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.
-
Version
Version information
Constants:
-
public const
int MAJOR
Major version
-
public const
int MINOR
Minor version
-
public const
int MICRO
Micro version
-
public const
string STRING
Version as a string
-
public const
string API
API version