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.
See Implementation
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.