ST_SDEtoSQL function

The ST_SDEtoSQL function determines a geometry object from the ESRI Compressed Binary (SDE) representation.

Syntax

Read syntax diagramSkip visual syntax diagram db2gse.ST_SDEtoSQL ( geometryBlob )

Parameter

geometryBlob
A value of type BLOB(2G) for which the geometry type is to be returned.

Return type

A geometry object (ST_Geometry).

The ST_SDEtoSQL function is identical to the ST_GeomFromSDE function.