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?

%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 Caché 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