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

Function msSDELayerCreateItems

mapsde.c:2053–2064  ·  view source on GitHub ↗

-------------------------------------------------------------------- */ msSDELayerCreateItems */ -------------------------------------------------------------------- */ Inits the stuff we'll be querying from SDE */ -------------------------------------------------------------------- */

Source from the content-addressed store, hash-verified

2051/* Inits the stuff we'll be querying from SDE */
2052/* -------------------------------------------------------------------- */
2053int msSDELayerCreateItems(layerObj *layer, int nt){
2054 int status;
2055 /* status = msSDELayerCreateItems(layer, 0); */
2056 status = msSDELayerInitItemInfo(layer);
2057 if (status != MS_SUCCESS) {
2058 msSetError( MS_MISCERR,
2059 "Unable to create SDE column info",
2060 "msSDELayerCreateItemsInfo()");
2061 return(MS_FAILURE);
2062 }
2063 return (MS_SUCCESS);
2064}
2065
2066/* -------------------------------------------------------------------- */
2067/* msSDELayerGetItems */

Callers

nothing calls this directly

Calls 2

msSDELayerInitItemInfoFunction · 0.85
msSetErrorFunction · 0.85

Tested by

no test coverage detected