IRISLIB database
hexBinary Class Reference

This data type is used to represent binary data that will be encoded using the hex encoding for XML serialization. More...

Inheritance diagram for hexBinary:
Collaboration diagram for hexBinary:

Static Public Member Functions

_.xsd.hexBinary JSONToLogical (_, _.Library.String val)
 Converts the JSON base64 input value to a logical value.
 
_.Library.String LogicalToJSON (_, _.xsd.hexBinary val)
 Converts the Binary value to JSON base64 encoded value.
 
_.Library.String LogicalToXSD (_, _.xsd.hexBinary val)
 Converts the Binary value to the SOAP base64 encoded value.
 
_.xsd.hexBinary XSDToLogical (_, _.Library.String val)
 Converts the SOAP encoded base64 input value to a logical value.
 
- Static Public Member Functions inherited from Binary
_.Library.Status IsValid (_, _.Library.RawString val)
 Tests if the logical value val, which is a string, is valid. More...
 
_.Library.Binary JSONToLogical (_, _.Library.String val)
 Converts the base64 encoded input value to a logical value.
 
_.Library.String LogicalToJSON (_, _.Library.Binary val)
 Converts the logical Binary value to the base64 encoded value.
 
_.Library.String LogicalToXSD (_, _.Library.Binary val)
 Converts the Binary value to the SOAP base64 encoded value.
 
_.Library.Binary XSDToLogical (_, _.Library.String val)
 Converts the SOAP encoded base64 input value to a logical value.
 

Static Public Attributes

 MAXLEN = None
 This data type is used to represent binary data that will be encoded using the hex encoding for XML serialization. More...
 
 XSDTYPE = None
 Declares the XSD type used when projecting XML schemas.
 
- Static Public Attributes inherited from Binary
 CANONICALXML = None
 The Binary data type class is used to represent binary data. More...
 
 MAXLEN = None
 The maximum number of characters the string can contain.
 
 MINLEN = None
 The minimum number of characters the string can contain.
 
 MTOM = None
 If MTOM is true, then the property that references this binary data is available for optimization. More...
 
 XSDTYPE = None
 Declares the XSD type used when projecting XML Schemas.
 
- Static Public Attributes inherited from DataType
 INDEXNULLMARKER = None
 Override this parameter value to specify what value should be used as a null marker when a property of the type is used in a subscript of an index map. More...
 

Detailed Description

This data type is used to represent binary data that will be encoded using the hex encoding for XML serialization.

Internally, this is stored as a string containing a binary value.

When a Binary data type value is projected to a client application, such as when it is used in a Java, Visual Basic (ActiveX), ODBC, or JDBC application, the Object Server performs no translations or conversions on it. That is, the actual binary data is sent to and from the client without any Unicode (or other) translations.

Member Data Documentation

◆ MAXLEN

MAXLEN = None
static

This data type is used to represent binary data that will be encoded using the hex encoding for XML serialization.

Internally, this is stored as a string containing a binary value.

When a Binary data type value is projected to a client application, such as when it is used in a Java, Visual Basic (ActiveX), ODBC, or JDBC application, the Object Server performs no translations or conversions on it. That is, the actual binary data is sent to and from the client without any Unicode (or other) translations.

There is no length restriction for xsd binary types.