Compounds | |
class | MySQLaux::Database |
Database. More... | |
class | MySQLaux::Date |
Representation for the MySQLaux DATE type. More... | |
class | MySQLaux::Error |
Error as result of a MySQLaux operation. More... | |
class | MySQLaux::Exception |
Common abstract base for all project-specific exceptions. More... | |
class | MySQLaux::Field |
A field is the lowest-level data chunk available from a database. More... | |
class | MySQLaux::GarbageCollector |
Garbage collector, governs correct (de)allocation of row fields. More... | |
class | MySQLaux::InvalidDate |
Exception thrown when invalid date is requested. More... | |
class | MySQLaux::MissingFeature |
Missing feature exception. More... | |
class | MySQLaux::NullFieldIndicator |
Null-field indicator. More... | |
class | MySQLaux::Row |
A Row is a sequence of Fields of a specific length. More... | |
class | MySQLaux::Table |
A table is a sequence of Rows. More... | |
class | MySQLaux::TypedField |
A field containing a value of "T" type. More... | |
[NOHEADER] | |
typedef unsigned char | UTiny |
Mapping for MySQL types. More... | |
typedef signed char | Tiny |
typedef unsigned short | UShort |
typedef signed short | Short |
typedef unsigned long | ULong |
typedef signed long | Long |
typedef unsigned long | UInt24 |
typedef signed long | Int24 |
typedef unsigned long long | ULongLong |
typedef signed long long | LongLong |
typedef float | Float |
typedef double | Double |
Typedefs | |
typedef unsigned char | UTiny |
Mapping for MySQL types. More... | |
typedef signed char | Tiny |
typedef unsigned short | UShort |
typedef signed short | Short |
typedef unsigned long | ULong |
typedef signed long | Long |
typedef unsigned long | UInt24 |
typedef signed long | Int24 |
typedef unsigned long long | ULongLong |
typedef signed long long | LongLong |
typedef float | Float |
typedef double | Double |
|
Definition at line 59 of file typedefs.h. |
|
Definition at line 58 of file typedefs.h. |
|
Definition at line 55 of file typedefs.h. |
|
Definition at line 53 of file typedefs.h. |
|
Definition at line 57 of file typedefs.h. |
|
Definition at line 51 of file typedefs.h. |
|
Definition at line 49 of file typedefs.h. |
|
Definition at line 54 of file typedefs.h. |
|
Definition at line 52 of file typedefs.h. |
|
Definition at line 56 of file typedefs.h. |
|
Definition at line 50 of file typedefs.h. |
|
Mapping for MySQL types. The following table shows how the MySQL types are mapped to C(++) types. The sign of the INT types is indicated by the UNSIGNED_FLAG.
Definition at line 48 of file typedefs.h. |