nlGetId
nlGetId(o_cellView)=> g_id
OR
nlGetId(o_instance) =>t_id
Description
Returns the database ID for the instance. If the instance represents a cdba instance, this is a database ID.
Avoid using this function if possible; use type-checking precautions.
Arguments
Value Returned
Examples
nlGetId( inst )
nlGetId( cv )
Return to top