Binary file import and export

Binary file import and export functions transfer the binary representation of the opaque data type to and from a flat file.

This category is valid for the C and C++ languages. BladeSmith generates this category by default.

Use the binary file import and export functions for bulk copy of binary data. These functions are the same as the text file import and export functions, except that they operate on binary representations of the data type. The functions are called when PLOAD executes.

The names of these functions differ for different programming languages, as listed in the following table.
Table 1. Functions for different programming languages
Language Function names
SQL OpaqueImpB(), OpaqueExpB()
C OpaqueImportBinary(), OpaqueExportBinary()
C++ ImportBinary(), ExportBinary()