select
Description
select simply constructs a SQL select statement using select and whatever is contained in params.
Input fields
XML tag | Description |
<params> | SELECT SQL statement, minus the SELECT. |
Return fields
XML record set.
Examples
Example invocation:
<func>select</func><params>* from prefs_cc</params>
Example return string:
OK :<xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882' ..... >
See also