Byte data types

The DataBlade® API supports the following data types that can hold byte data in a DataBlade API module.
DataBlade API character data type Description SQL character data type
mi_bitvarying Varying-length structure to hold varying-length byte data None
MI_LO_HANDLE LO handle to identify a smart large object that holds byte data BLOB
Tip: The database server also supports the BYTE data type for byte data. It stores BYTE data as a simple large object. However, the DataBlade API does not directly support simple large objects.