Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

EnsLib.RecordMap.Model.DataType.Boolean

datatype class EnsLib.RecordMap.Model.DataType.Boolean extends %Library.Boolean

ODBC Type: BIT

Force values of 0 and 1 for boolean values instead of "true" and "false".

Method Inventory

Methods

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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab