|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
Term: RECORD
Definition: [VARIABLE] TABLE%ROWTYPE Using above declaration, the record will hold the same structure as the table record. 2. Declare record as a type. It defines the structure of its own. A variable must be declared of this type to use it in the block. DECLARE Example Usage: The below PL/SQL block declares two PL/SQL records T_REC and L_TABREC. Note that T_REC is a type and owns its structure. L_TABREC uses %ROWTYPE notation to inherit structure of an EMPLOYEE record. DECLARE Related Code Snippets:
|
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2024 psoug.org |