This class is used internally by InterSystems IRIS. More...
Static Public Attributes | |
CAPTIONCOLUMN = None | |
This class is used internally by InterSystems IRIS. More... | |
P1 = None | |
Optional value for first query parameter. | |
P2 = None | |
Optional value for second query parameter. More... | |
P3 = None | |
Optional value for third query parameter. More... | |
QUERYCLASS = None | |
Full name of class containing the query. | |
QUERYNAME = None | |
Name of query. | |
![]() | |
COLLATION = None | |
The default collation value used for this data type. More... | |
CONTENT = None | |
XML element content "MIXED" for mixed="true" and "STRING" or "ESCAPE" for mixed="false". More... | |
DISPLAYLIST = None | |
Used for enumerated (multiple-choice) attributes. More... | |
ESCAPE = None | |
Controls the translate table used to escape content when CONTENT="MIXED" is specified. | |
JSONLISTPARAMETER = None | |
Used to specify the name of the parameter which contains the enumeration list for JSON values. More... | |
JSONTYPE = None | |
JSONTYPE is JSON type used for this datatype. | |
MAXLEN = None | |
The maximum number of characters the string can contain. More... | |
MINLEN = None | |
The minimum number of characters the string can contain. | |
PATTERN = None | |
A pattern which the string should match. More... | |
TRUNCATE = None | |
Determines whether to truncate the string to MAXLEN characters. | |
VALUELIST = None | |
Used for enumerated (multiple-choice) attributes. More... | |
XMLLISTPARAMETER = None | |
Used to specify the name of the parameter which contains the enumeration list for XML values. More... | |
XSDTYPE = None | |
Declares the XSD type used when projecting XML Schemas. | |
![]() | |
INDEXNULLMARKER = None | |
Override this parameter value to specify what value should be used as a null marker when a property of the type is used in a subscript of an index map. More... | |
Additional Inherited Members | |
![]() | |
_.Library.String | DisplayToLogical (_, _.Library.String val) |
Converts the input value val, which is a string, into the logical string format. More... | |
_.Library.Status | IsValid (_, _.Library.RawString val) |
Tests if the logical value val, which is a string, is valid. More... | |
_.Library.String | JSONToLogical (_, _.Library.String val) |
If JSONLISTPARAMETER is specified, XSDToLogical is generated which imports using the list specified by JSONLISTPARAMETER. | |
_.Library.String | LogicalToDisplay (_, _.Library.String val) |
Converts the value of val, which is in logical format, into a display string. More... | |
_.Library.String | LogicalToJSON (_, _.Library.String val) |
If JSONLISTPARAMETER is specified, XSDToLogical is generated which exports using the list specified by JSONLISTPARAMETER. | |
_.Library.String | LogicalToXSD (_, _.Library.String val) |
If XMLLISTPARAMETER is specified, XSDToLogical is generated which exports using the list specified by XMLLISTPARAMETER. | |
_.Library.String | Normalize (_, _.Library.RawString val) |
Truncates value val to MAXLEN, characters. | |
_.Library.String | XSDToLogical (_, _.Library.String val) |
If XMLLISTPARAMETER is specified, XSDToLogical is generated which imports using the list specified by XMLLISTPARAMETER. | |
This class is used internally by InterSystems IRIS.
You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.
|
static |
This class is used internally by InterSystems IRIS.
You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.
Name of column containing the caption;
|
static |
Optional value for second query parameter.
Assumes there is a value for P1.
|
static |
Optional value for third query parameter.
Assumes there is a value for P1 and P2.