HS.HC.DataType.NamespaceName
datatype class HS.HC.DataType.NamespaceName extends %Library.String
ODBC Type: VARCHAR
Base class to define data type of namespace nameParameters
parameter MAXLEN = 64;
Overriding MAXLEN: maxlen were adapted from Config.Namespaces.
parameter PATTERN = 1(1(1A,1"%").(1AN,1"_",1"-"));
A pattern which the string should match.
The value of PATTERN should be a valid ObjectScript pattern match expression. Copied from %OnValidateObject() in class Config.Namespaces.