register_scalar_function


Description:

public void register_scalar_function (string name, int argc, owned UserFunc func)

Register a scalar function for use within SQLite

Parameters:

name name of the function to use
argc number of arguments the function accepts, or -1 for any
func callback for the user defined function