DBA Data[Home] [Help]

MDSYS.SDO_UTIL dependencies on VERTEX_SET_TYPE

Line 39: RETURN vertex_set_type;

35: RETURN mdsys.sdo_geometry DETERMINISTIC PARALLEL_ENABLE;
36: PRAGMA restrict_references(ExtractVoids, rnds, wnds, rnps, wnps, trust);
37:
38: FUNCTION GetVertices(geometry IN mdsys.sdo_geometry)
39: RETURN vertex_set_type;
40: -- PRAGMA restrict_references(GetVertices, wnds, rnps, wnps);
41:
42: FUNCTION GetNumElem(geometry IN mdsys.sdo_geometry)
43: RETURN NUMBER DETERMINISTIC PARALLEL_ENABLE;