Home | Previous Page | Next Page   DataBlade API Overview > Accessing SQL Data Types >

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. For more information, see Simple Large Objects.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]