Return MS_TRUE if layer is open, MS_FALSE otherwise. */
| 449 | |
| 450 | /* Return MS_TRUE if layer is open, MS_FALSE otherwise. */ |
| 451 | int msMSSQL2008LayerIsOpen(layerObj *layer) |
| 452 | { |
| 453 | return getMSSQL2008LayerInfo(layer) ? MS_TRUE : MS_FALSE; |
| 454 | } |
| 455 | |
| 456 | |
| 457 | /* Free the itemindexes array in a layer. */ |
nothing calls this directly
no test coverage detected