GetTopologyID

Name

GetTopologyID — Returns the id of a topology in the topology.topology table given the name of the topology.

Synopsis

integer GetTopologyID ( varchar toponame ) ;

Description

Returns the id of a topology in the topology.topology table given the name of the topology.

Availability: 1.?

Examples

SELECT topology.GetTopologyID('ma_topo') As topo_id;
 topo_id
---------
       1