SQLiteFunction

Undocumented in source.

Constructors

this
this(string _name, Expression _argument)
Undocumented in source.
this
this(string _name, Expression[] _arguments)
Undocumented in source.

Members

Functions

render
string render()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

arguments
Expression[] arguments;
Undocumented in source.
name
string name;
Undocumented in source.

Inherited Members

From Expression

render
string render()
Undocumented in source.

Meta