Link

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

call
bool call(ref T result, in string name, A args)

Call stored procedure

call
bool call(ref T result, in string name, Value[] args = null)
perform
bool perform(in string name, A args)

Call stored procedure

perform
bool perform(in string name, Value[] args = null)

Meta