AgileApps Support Wiki Pre Release

Difference between revisions of "ExecSQL"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 16: Line 16:
====Learn More====
====Learn More====
:* [[SQL Browser]]
:* [[SQL Browser]]
:* [[SQL Syntax]]
:* [[SQL Functions]]

Revision as of 00:28, 18 November 2011

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

Learn More