Contents Index UNIQUEIDENTIFIERSTR data type [Character] Numeric data types

ASA SQL Reference
  SQL Data Types
    Character data types

XML data type [Character]


Function 

A domain, implemented as LONG VARCHAR.

Syntax 

XML

Usage 

XML is provided for storing XML documents in an Adaptive Server Anywhere database. Data of type XML is not quoted when generating element content from relational data.

You can cast between the XML data type and any other data type that can be cast to or from a string. Note that there is no checking that the string is well-formed when it is cast to XML.

For information about using the XML data type when generating XML elements, see Storing XML documents in relational databases.

Standards and compatibility 
See also 

LONG VARCHAR data type [Character]


Contents Index UNIQUEIDENTIFIERSTR data type [Character] Numeric data types