execSQL
From AgileApps Support Wiki
Revision as of 22:55, 28 December 2011 by imported>Aeric
Execute a SQL query.
Syntax
- <syntaxhighlight lang="java" enclose="div">
Result result = Functions.execSQL(String query); </syntaxhighlight>
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.