Ens.DataType.ConfigName
datatype class Ens.DataType.ConfigName extends %Library.String
ODBC Type: VARCHAR
Datatype for a config name (i.e. a configuration or class name)Method Inventory
Parameters
parameter MAXLEN = 128;
The maximum number of characters a classname can contain.
Methods
classmethod ParseConfigNameSpec(pSpec As %String, pSeparator As %String, ByRef pResults, pQuote As %String = """", pStrip As %Boolean = 1) as %Status
Parse a config name spec using the specified delimiter and quote mark. Returns the results byref in pResults
which contains each individual configname indexed in the order of appearance. Returns $$$OK on success, or
an error if the spec string had problems (such as unbalanced quotes).