QueryInterface.makeQuery

Just executes a query. It supports placeholders for parameters by using ? in the sql string. NOTE: it only accepts string, int, long, byte, and null types. Others will fail runtime asserts.

class QueryInterface
static
string
makeQuery
(,
string sql
,)

Meta