| Oracle9i SQL Reference Release 1 (9.0.1) Part Number A90125-01 |
|
Conditions, 10 of 11
Use the IS OF type condition to test object instances based on their specific type information.
is_of_type_condition::=
is_of_type_condition
You must have EXECUTE privilege on all types referenced by type, and all types must belong to the same type family.
This condition evaluates to NULL if expr is null. If expr is not null, the condition evaluates to TRUE (or FALSE if you specify the NOT keyword) under either of these circumstances:
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|