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 beginning of chapter Go to next page

DBMS_XMLSAVE, 9 of 18


setUpdateColumn Procedure

This procedure adds a column to the update column list. In the case of an insert, the default is to insert values in all the columns in the table. In case of updates, the default is to update only the columns corresponding to the tags present in the ROW element of the XML document. When the update column list is specified, only the columns making up this list will be updated or inserted into.

Syntax

DBMS_XMLSAVE.setUpdateColumn (

ctxHdl   IN ctxType, 
colName  IN VARCHAR2);

Parameters

Table 73-9 shows the parameters of the setUpdateColumn procedure.

Table 73-9 setUpdateColumn Procedure Parameters
Parameter  Description 

ctxHdl (IN) 

The context handle. 

colName (IN) 

The column to be added to the update column list. 


Go to previous page Go to beginning of chapter 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