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, 11 of 18


setKeyColumn Procedure

This procedure adds a column to the key column list. For updates or deletes, the columns in the key column list make up the WHERE clause of the update or delete statement. The key column list must be specified before updates can be done. The key column list is optional for delete operations.

Syntax

DBMS_XMLSAVE.setKeyColumn (

ctxHdl   IN ctxType, 
colName  IN VARCHAR2);

Parameters

Table 73-11 shows the parameters of the setKeyColumn procedure.

Table 73-11 setKeycolumn Procedure Parameters
Parameter  Description 

ctxHdl (IN) 

The context handle. 

colName (IN) 

The column to be added to the key 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