Runs a query without receiving anything back. Note that running just this method may break some implementations.
database.query("drop table test;");
See Implementation
Runs a query without receiving anything back. Note that running just this method may break some implementations.