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_XMLQUERY, 9 of 29


setRowIdAttrValue Procedure

This procedure specifies the scalar column whose value is to be assigned to the id attribute of the row enclosing the tag. Passing NULL or an empty string for the colName results in the row id attribute being assigned the row count value (that is, 0, 1, 2, and so on).

Syntax

DBMS_XMLQUERY.setRowIdAttrValue (

ctxHdl  IN ctxType, 
colName  IN VARCHAR2);

Parameters

Table 72-9 shows the parameters of the setRowIdAttrValue procedure.

Table 72-9 setRowIdAttrValue Procedure Parameters
Parameter  Description 

ctxHdl (IN) 

The context handle. 

colName (IN) 

The column whose value is to be assigned to the row id attr. 


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