KCML_Kconf_GetTableSpaces
Purpose
Obtain a list of table spaces
Definition
DEFSUB 'KCML_Kconf_GetTableSpaces(BYREF serviceName$, BYREF x$()_KCML_KconfTableSpace)) AS Bool
Parameters
| serviceName | Name of service |
| x | Redimmed to number of table spaces |
Return
TRUE for success
Description
Returns a array of KCML_KconfTableSpace records for each tablespace that has been defined in the kconf.xml configuration file. If serviceName$ is set the list of table spaces for the service is returned, otherwise the top-level table space list is returned.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.