DB_ENCODING
|
Used to signal that the DB character encoding is to be used.
|
DEFAULT_ROWSETTAG
|
The tag name for the element enclosing the XML generated from the result set (that is, for most cases the root node tag name) -- ROWSET.
|
DEFAULT_ERRORTAG
|
The default tag to enclose raised errors -- ERROR.
|
DEFAULT_ROWIDATTR
|
The default name for the cardinality attribute of XML elements corresponding to db. records. -- NUM
|
DEFAULT_ROWTAG
|
The default tag name for the element corresponding to db. records. -- ROW
|
DEFAULT_DATE_FORMAT
|
Default date mask. -- 'MM/dd/yyyy HH:mm:ss'
|
ALL_ROWS
|
The ALL_ROWS parameter is to indicate that all rows are needed in the output.
|
NONE
|
Used to specifies that the output should not contain any XML metadata (for example, no DTD or Schema).
|
DTD
|
Used to specify that the generation of the DTD is desired.
|
SCHEMA
|
Used to specify that the generation of the XML SCHEMA is desired.
|
LOWER_CASE
|
Use lower cased tag names.
|
UPPER_CASE
|
Use upper case tag names.
|