Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to next page

73
DBMS_XMLSAVE

DBMS_XMLSAVE provides XML to database-type functionality.

This chapter discusses the following topics:

Summary of DBMS_XMLSAVE Subprograms

Table 73-1 DBMS_XMLSAVE Subprograms  
Subprogram  Description 

"newContext Function" 

Creates a save context and returns the context handle. 

"closeContext Procedure" 

Closes or de-allocates a particular save context. 

"setRowTag Procedure" 

Names the tag used in the XML document to enclose the XML elements corresponding to database records 

"setIgnoreCase Procedure" 

"setDateFormat Procedure" 

Describes to the XSU the format of the dates in the XML document. 

"setBatchSize Procedure" 

Changes the batch size used during DML operations. 

"setCommitBatch Procedure" 

Sets the commit batch size. 

"setUpdateColumn Procedure" 

Adds a column to the update column list. 

"clearUpdateColumnList Procedure" 

Clears the update column list. 

"setKeyColumn Procedure" 

Adds a column to the key column list. 

"clearKeyColumnList Procedure" 

Clears the key column list. 

"insertXML Function" 

Inserts the XML document into the table specified at the context creation time. 

"insertXML Function" 

Inserts the XML document into the table specified at the context creation time.  

"updateXML Function" 

Updates the table specified at the context creation time with data from the XML document. 

"updateXML Function" 

Updates the table specified at the context creation time with data from the XML document. 

"deleteXML Function" 

Deletes records specified by data from the XML document, from the table specified at the context creation time. 

"deleteXML Function" 

Deletes records specified by data from the XML document, from the table specified at the context creation time. 


Go to previous page Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback