Name

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

Synopsis

integer GetTopologyID(varchar toponame);

Descrizione

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

Availability: 1.1

Esempi

SELECT topology.GetTopologyID('ma_topo') AS topo_id;
1