DBA Data[Home] [Help]

MDSYS.SDO_NET dependencies on XMLTYPE

Line 1450: request IN XMLTYPE)

1446:
1447: -- Sends xml requests to the given URL, and returns the xml response.
1448: FUNCTION POST_XML(
1449: url IN VARCHAR2,
1450: request IN XMLTYPE)
1451: RETURN XMLTYPE;
1452:
1453: -- Checks if the network (spatial network) is geodetic('TRUE'), 'FALSE' otherwise
1454: -- Return NULL if the network is logical

Line 1451: RETURN XMLTYPE;

1447: -- Sends xml requests to the given URL, and returns the xml response.
1448: FUNCTION POST_XML(
1449: url IN VARCHAR2,
1450: request IN XMLTYPE)
1451: RETURN XMLTYPE;
1452:
1453: -- Checks if the network (spatial network) is geodetic('TRUE'), 'FALSE' otherwise
1454: -- Return NULL if the network is logical
1455: