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

ANYDATA TYPE, 2 of 8


BEGINCREATE Static Procedure

This procedure begins the creation process on a new AnyData.

Syntax

STATIC PROCEDURE BeginCreate(
   dtype          IN OUT NOCOPY AnyType,
   adata          OUT NOCOPY AnyData);

Parameters

Table 85-2 BEGINCREATE Procedure Parameters
Parameter  Description 

dtype 

The type of the AnyData. (Should correspond to OCI_TYPECODE_OBJECT or a Collection typecode.) 

adata 

AnyData being constructed. 

Exception

DBMS_TYPES.invalid_parameters: dtype is invalid (not fully constructed, etc.)

Usage Notes

There is NO NEED to call PieceWise() immediately after this call. Automatically, the construction process begins in a piece-wise manner.


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