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_XMLGEN, 2 of 13


newContext Function

This function, given a query string, generates a new context handle to be used in subsequent functions.

Syntax

DBMS_XMLGEN.newContext (

queryString  IN VARCHAR2)
RETURN ctxHandle;

Parameters

Table 71-2 shows the parameters of the newContext function.

Table 71-2 newContext Function Parameters
Parameter  Description 

queryString (IN) 

The query string, the result of which must be converted to XML. 

Returns

The context handle.

Usage Notes

You must call this function first to obtain a handle that you can use in the getXML() and other functions to get XML back from the result.


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