Difference between revisions of "ExecSQL"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 15: | Line 15: | ||
====Sample App==== | ====Sample App==== | ||
:* [[ | :* [[HowTo:Use a SQL Query to List Records in a Custom Page]] | ||
:: This sample uses the execSQL operation to populate a JSP page with a list of object records. | :: This sample uses the execSQL operation to populate a JSP page with a list of object records. | ||
Revision as of 01:43, 12 January 2012
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
Sample App
-
- This sample uses the execSQL operation to populate a JSP page with a list of object records.