6.79 SDO_NET.GET_PATH_GEOM_COLUMN
Format
SDO_NET.GET_PATH_GEOM_COLUMN( network IN VARCHAR2 ) RETURN VARCHAR2;
Description
Returns the name of the geometry column for paths in a spatial network.
Usage Notes
This function returns the value of the PATH_GEOM_COLUMN column for the network in the USER_SDO_NETWORK_METADATA view (see Table 5-38 in xxx_SDO_NETWORK_METADATA Views).
Examples
The following example returns the name of the geometry column for paths in the network named ROADS_NETWORK.
SELECT SDO_NET.GET_PATH_GEOM_COLUMN('ROADS_NETWORK') FROM DUAL;
SDO_NET.GET_PATH_GEOM_COLUMN('ROADS_NETWORK')
--------------------------------------------------------------------------------
PATH_GEOMETRYParent topic: SDO_NET Package Subprograms