Skip to main content

HS.HC.DataType.SysEnvVar.Boolean

datatype class HS.HC.DataType.SysEnvVar.Boolean extends %Library.String, %Library.Boolean

ODBC Type: VARCHAR

Can be a Boolean OR a system environment variable.

Method Inventory

Parameters

parameter JSONTYPE = runtime;
Inherited description: JSONTYPE is JSON type used for this datatype.

Methods

classmethod GetJSONTYPE(pValue As %String) as %String
classmethod IsValid(pValue As %String) as %Status
Inherited description: Tests if the boolean value %val is valid.
classmethod JSONToLogical(pValue As %String) as %String
Inherited description: If JSONLISTPARAMETER is specified, XSDToLogical is generated which imports using the list specified by JSONLISTPARAMETER.
classmethod LogicalToJSON(pValue As %String) as %String
Inherited description: If JSONLISTPARAMETER is specified, XSDToLogical is generated which exports using the list specified by JSONLISTPARAMETER.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab