Oracle XSQL tag
Synopsis
<XSQL:QUERY>...</XSQL:QUERY>
Attributes
General Attributes
Attribute Description Value
CONNECTION Connection identifier. A string.
MAX-ROWS Specifies the maximum number of rows to return (not including any rows skipped by skip-rows). A string.
ROW-ELEMENT Specifies the XML tag for each row, the default is ROW. A string.
ROWSET-ELEMENT Specifies the XML tag for the row set, the default is ROWSET. A string.
SKIP-ROWS Specifies the number of rows to skip before returning data. A string.
TAG-CASE Controls the case of the XML tags, 'upper' means uppercase and 'lower' specifies lowercase. The default is to use the case of the column names. A string.
XMLNS:XSQL Must be URN:ORACLE-XSQL for CSP support of Oracle A string.
Description
Oracle XSQL tag