Sybase WorkSpace provides a subset of the Adaptive Server Enterprise Transact-SQL extensions for accessing and processing XML documents in SQL statements: xmlextract, xmltext, xmlparse, and xmlrepresentation.
Object | How to select |
---|---|
Stored procedure | Expand the Stored Procedures folder, right-click the stored procedure, and select Edit. |
Trigger | Expand the Tables folder, expand the table, and then expand the Triggers folder. Right-click the trigger and select Edit. |
Option | Description |
---|---|
Apply XML Query Expression | Use the xmlextract function to apply an XML query to an XML document and return the selected results. |
Evaluate XML Query Expression | Use the xmltest function to apply an XML query to an XML document and return a boolean result. |
Parse XML to Image | Use the xmlparse function to parse and index an XML document to improve processing efficiency. |
Examine Parsed Images | Use the xmlrepresentation function to determine whether a given image column contains a parsed XML document. |
For product-related issues, contact Sybase Technical Support at 1-800-8SYBASE. Send your feedback on this help topic directly to Sybase Technical Publications: pubs@sybase.com