MySQL++ SSQLS v2 Translator
3.2.5
|
▼CException | |
CParseV2::FileException | Exception object thrown to indicate a file I/O error |
CParseV2::ParseException | Exception object thrown by File::error() to report an SSQLS v2 parsing error |
CParseV2::File | Holds information about an SSQLS v2 file we're parsing |
▼CParseV2::Line | Base class for parsed SSQLS v2 declaration lines |
CParseV2::Field | 'field' directive line |
CParseV2::Include | 'include' directive line |
▼CParseV2::Option | Base class for known SSQLS v2 'option' directives |
CParseV2::AccessorStyleOption | 'option accessor_style' directive line |
CParseV2::ExceptionOnSchemaMismatchOption | 'option exception_on_schema_mismatch' directive line |
CParseV2::HeaderExtensionOption | 'option header_extension' directive line |
CParseV2::ImplementationExtensionOption | 'option implementation_extension' directive line |
CParseV2::Table | 'table' directive line |
CParseV2 | Parses SSQLS v2 documents and holds the parse result |
CParseV2::Field::Type | A smart enum for converting SQL type strings to one of a relatively few types we directly support |