4.36 SDO_TOPO_MAP.GET_TOPO_NAME
Format
SDO_TOPO_MAP.GET_TOPO_NAME( topo_map IN VARCHAR2 ) RETURN VARCHAR2;
Description
Returns the name of the topology associated with the specified TopoMap object.
Parameters
- topo_map
-
Name of the TopoMap object. (TopoMap objects are explained in TopoMap Objects.)
Usage Notes
This function is equivalent to using the getTopoName method of the TopoMap class of the client-side Java API (described in Topology Data Model Java Interface).
Examples
The following example returns the name of the topology associated with the TopoMap object named CITY_DATA_TOPOMAP. (The example refers to definitions and data from Topology Built from Topology Data.)
SELECT SDO_TOPO_MAP.GET_TOPO_NAME('CITY_DATA_TOPOMAP') FROM DUAL;
SDO_TOPO_MAP.GET_TOPO_NAME('CITY_DATA_TOPOMAP')
--------------------------------------------------------------------------------
CITY_DATA Parent topic: SDO_TOPO_MAP Package Subprograms