Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: %ROWTYPE
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
![]() |
![]() |