%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
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.
Converts the %Boolean value to the canonical SOAP encoded value.
Converts the SOAP encoded input value, which is true, false 1 or 0,
into a %Boolean value.