Oracle9i Supplied PL/SQL Packages and Types Reference Release 2 (9.2) Part Number A96612-01 |
|
Logical Change Record Types, 6 of 6
Identifies the value for a column in a row.
This type is used in the LCR$_ROW_LIST
type.
CREATE TYPE LCR$_ROW_UNIT AS OBJECT ( column_name VARCHAR2(4000), data SYS.AnyData, lob_information NUMBER, lob_offset NUMBER, lob_operation_size NUMBER); /
|
Copyright © 2000, 2002 Oracle Corporation. All Rights Reserved. |
|