Polymorphic binary data converters. More...

Go to the source code of this file.
Classes | |
| class | BinaryDatum |
| Abstract base class for converting binary data to real C data types. More... | |
| class | SqlFloat |
| SQL float (8-bit double) binary data -> C data type converter. More... | |
| class | SqlReal |
| SQL real (4-bit float) binary data -> C data type converter. More... | |
| class | SqlBigInt |
| SQL bigint (8-bit unsigned long long) converter. More... | |
| class | SqlInt |
| SQL int (4-bit int) binary data -> C data type converter. More... | |
| class | SqlSmallInt |
| SQL small int (2-bit short) binary data -> C data type converter. More... | |
| class | SqlTinyInt |
| SQL tiny int (1-bit char) binary data -> C data type converter. More... | |
Polymorphic binary data converters.
Definition in file BinaryDatum.h.
1.6.3