Adaptive Framework 0.9.0

boolean

The following is a list of properties for the data type boolean:

PropertyValue
briefA boolean value
cTypeafw_boolean_t
dataTypeboolean
descriptionData type boolean holds a boolean value. Its to_string() value is "true" or "false". Its from_string() true value can be mixed case "t", "true" or "1". Its from_string() false value can be mixed case "f", "false" or "0".
directReturnTrue
jsonImpliesDataTypeTrue
jsonPrimitiveboolean
ldapOid1.3.6.1.4.1.1466.115.121.1.7
relationalComparesFalse
scalarTrue

Click here for a complete list of data types and their descriptions.