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_TRANSFORM, 3 of 4


MODIFY_TRANSFORMATION Procedure

This procedure modifies (or creates) the mapping for the specified attribute of the target type. The transformation expression must be a SQL expression or a PLSQL function returning the type of the specified attribute of the target type. An attribute number zero must be specified for a scalar target type. If the target type is an ADT, and the attribute number is zero, then the expression must be a PLSQL function returning an object of the target type or a constructor expression for the target type.

Syntax

DBMS_TRANSFORM.MODIFY_TRANSFORMATION (
    schema            VARCHAR2(30)
    name              VARCHAR2(30),
    attribute_number  INTEGER,
    transformation    VARCHAR2(4000));

Parameters

Table 66-3 ADD_ATTRIBUTE_MAP Procedure Parameters
Parameter  Description 
schema
 

Specifies the schema of the transformation 

name
 

Specifies the name of the transformation. 

attribute_number
 

Musts be zero for a scalar target type. 

transformation_expression
 

The transformation expression must be a SQL expression or a PLSQL function returning the type of the specified attribute of the target 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