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

ANYTYPE TYPE, 2 of 8


BEGINCREATE Static Procedure

This procxedure creates a new instance of ANYTYPE which can be used to create a transient type description.

Syntax

STATIC PROCEDURE BEGINCREATE(
   typecode       IN PLS_INTEGER,
   atype          OUT NOCOPY AnyType);

Parameters

Table 87-2 BEGINCREATE Procedure Parameters
Parameter  Description 

typecode 

Use a constant from DBMS_TYPES package. Typecodes for user-defined type:

can be DBMS_TYPES.TYPECODE_OBJECT

DBMS_TYPES.TYPECODE_VARRAY or

DBMS_TYPES.TYPECODE_TABLE

Typecodes for builtin types:

DBMS_TYPES.TYPECODE_NUMBER etc. 

atype 

AnyType for a transient type 


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