MCPcopy Index your code
hub / github.com/MapServer/MapServer / msOCIClearLayerInfo

Function msOCIClearLayerInfo

maporaclespatial.c:670–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668}
669
670static void msOCIClearLayerInfo( msOracleSpatialLayerInfo *layerinfo )
671{
672 if (layerinfo != NULL) {
673 memset( layerinfo, 0, sizeof( msOracleSpatialLayerInfo ) );
674 free(layerinfo);
675 }
676}
677
678/*function that creates the correct sql for geoditical srid for version 9i*/
679static void osGeodeticData(int function, int version, char *query_str, size_t size, char *geom_column_name, char *srid, rectObj rect)

Callers 2

msOracleSpatialLayerOpenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected