MCPcopy Create free account
hub / github.com/MapServer/MapServer / getMSSQL2008LayerInfo

Function getMSSQL2008LayerInfo

mapmssql2008.c:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89char dummyBuffer[1];
90
91msMSSQL2008LayerInfo *getMSSQL2008LayerInfo(const layerObj *layer)
92{
93 return layer->layerinfo;
94}
95
96void setMSSQL2008LayerInfo(layerObj *layer, msMSSQL2008LayerInfo *MSSQL2008layerinfo)
97{

Callers 10

handleSQLErrorFunction · 0.85
msMSSQL2008LayerOpenFunction · 0.85
msMSSQL2008LayerIsOpenFunction · 0.85
prepare_databaseFunction · 0.85
msMSSQL2008LayerCloseFunction · 0.85
msMSSQL2008LayerGetShapeFunction · 0.85
msMSSQL2008LayerGetItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected