Classes |
| class | time |
| class | Exception |
| class | log |
| class | Database |
| class | Field |
| class | FieldSet |
| class | Record |
| class | RecordSet |
| class | Table |
| class | Value |
Typedefs |
| typedef std::string | string |
| typedef long long int | integer |
Enumerations |
| enum | field_use { FIELD_DEFAULT,
FIELD_KEY,
DEFINITION_END
} |
| enum | field_type {
type_undefined,
type_int,
type_text,
type_float,
type_bool,
type_time
} |
| enum | field_flags { flag_none = 0,
flag_not_null = 1,
flag_primary_key = 2
} |
Functions |
| string | intToStr (int value) |
| string | intToStr (integer value) |
| string | quoteStr (string value) |
| string | binToHex (const char *buffer, int size) |
| string | generateSHA (string value) |
| string & | trimleft (string &s) |
| string & | trimright (string &s) |
| string & | trim (string &s) |
| string | trim (const string &s) |
| void | listToVector (string s, std::vector< string > &vector, const char *sep) |