Difference between revisions of "ExecSQL"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric (→Syntax) |
||
Line 4: | Line 4: | ||
====Syntax==== | ====Syntax==== | ||
:<syntaxhighlight lang="java" enclose="div"> | :<syntaxhighlight lang="java" enclose="div"> | ||
Result result = Functions.execSQL (String query | Result result = Functions.execSQL(String query); | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 00:29, 18 November 2011
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