Search notes:

Oracle: DBMS_TF

dbms_tf is used for polymorphic table functions (PTF), hence the name (tf).

Procedures and functions

column_type_name returns varchar2
col_to_char returns varchar2
cstore_exists returns boolean
cstore_get
get_col
get_env returns env_t
get_row_set
get_xid returns varchar2(1024 byte)
put_col
put_row_set
row_replication
row_to_char returns varchar2
supported_type returns boolean
trace
xstore_clear
xstore_exists returns boolean
xstore_get
xstore_remove
xstore_set

See also

Introduction
dbms_tf.table_t
Add columns to a result set
Oracle DBMS PL/SQL packages
The package body of dbms_tf is found in $ORACLE_HOME/rdbms/admin/dbmstf.sql

Index