Skip to main content

%xsd.base64Binary

datatype class %xsd.base64Binary extends %Library.Binary

ODBC Type: VARBINARY

This data type represents binary data that will be encoded using base64 for XML serialization. Internally, this is stored as a string containing a binary value.

When a %xsd.base64Binary 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.

Parameters

parameter MAXLEN;
There is no length restriction for %xsd binary types.

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab