![]() |
mksqlite
2.5
A MATLAB interface to SQLite
|
Classes | |
| struct | TypedBLOBHeader |
| typed BLOB header (deprecated) More... | |
Functions | |
| int | check_compatibility () |
| Checks for valid header size, platform name, endian type and magic (deprecated) | |
Variables | |
| static const char | TBH_MAGIC [] = "mkSQLite.tbh" |
| identifying string (magic) (deprecated) | |
| static char | TBH_platform [11] = {0} |
| platform name (i.e. "PCWIN") (deprecated) | |
| static char | TBH_endian [2] = {0} |
| endian used ('L'ittle or 'B'ig) (deprecated) | |
Test backward compatibility, will be removed in future releases
| struct old_version::TypedBLOBHeader |
typed BLOB header (deprecated)
Definition at line 484 of file typed_blobs.hpp.
| Class Members | ||
|---|---|---|
| int32_t | clsid | Matlab ClassID of variable (see mxClassID) |
| char | endian | Byte order: 'L'ittle endian or 'B'ig endian. |
| char | magic[sizeof(TBH_MAGIC)] | small fail-safe header check |
| char | platform[11] | Computer architecture: PCWIN, PCWIN64, GLNX86, GLNXA64, MACI, MACI64, SOL64. |
| int32_t | sizeDims[1] |
Number of dimensions, followed by sizes of each dimension First byte after header at &tbh->sizeDims[tbh->sizeDims[0]+1] |
| int16_t | ver | Struct size as kind of header version number for later backwards compatibility (may increase only!) |
1.8.13