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

Home -> Community -> Usenet -> c.d.o.server -> checking for the type in pl/sql

checking for the type in pl/sql

From: Seth <sgelberg_at_optonline.net>
Date: 16 Oct 2002 16:35:08 -0700
Message-ID: <f3159b28.0210161535.3e90b8ed@posting.google.com>


If i have several type in pl/sql with sub-type how do I check to see what type the instance is; for example in java I would use instanceof

so if I have type:

person
student is sub type of person
full time sub type of student

faculty is sub type of person
adjunct is sub type of faculty

I want to check at runtime if my object istance is of type student, how do I do this. Received on Wed Oct 16 2002 - 18:35:08 CDT

Original text of this message

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