Skip to main content

%ZEN.Datatype.boolean

deprecated datatype class %ZEN.Datatype.boolean extends %ZEN.Datatype.datatype

ODBC Type: VARCHAR

This datatype represents a boolean value.

Method Inventory

Parameters

parameter MAXLEN;
Inherited description: The maximum number of characters the string can contain.
parameter XMLPROJECTION = attribute;

Methods

classmethod DisplayToLogical(%val As %String = "") as %String
Converts the input value %val, which is a string representing a boolean value, into a boolean value.

Returns the boolean value of the input string %val.

classmethod LogicalToXSD(%val As %String) as %String
Converts the %Boolean value to the canonical SOAP encoded value.
classmethod XSDToLogical(%val As %String) as %String
Converts the SOAP encoded input value, which is true, false 1 or 0, into a %Boolean value.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab