execSQL
From LongJump Support Wiki
Revision as of 00:29, 18 November 2011 by imported>Aeric (→Syntax)
Execute a SQL query.
Syntax
Result result = Functions.execSQL(String query);
Parameters
- query
- The SQL query to execute.
- Learn more: SQL Syntax
Returns
- Result object