Class Reference
%xsd.base64Binary
|
|
![]() |
|||
Private Storage |
ODBC Type: VARCHAR
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.
|
|
|