Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: %ROWTYPE

Re: %ROWTYPE

From: Victor Stoneman <victor_at_open-systems.com>
Date: 2000/06/28
Message-ID: <395a47ab.23762598@news.beotel.yu>#1/1

On Wed, 28 Jun 2000 16:56:39 +0200, "Sonia" <s.llorca_at_cross-systems.com> wrote:

>How can I test the nullity of a variable of type %ROWTYPE ?
>

ROWTYPE is complex data type. Something like record type in Pascal or struct in C.
So, you may access to each field in this record by rowtype_var.field and thestthe nullity..

Regards
Victor Received on Wed Jun 28 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US