WORM 0.2
A C++ DAL/ORM code generation framework
|
Go to the source code of this file.
Namespaces | |
namespace | WSql |
Enumerations | |
enum | WSql::TableType { WSql::Tables = 0x01, WSql::InformationSchema = 0x02, WSql::Views = 0x04, WSql::AllTables = 0xff } |
enum | WSql::DriverType { WSql::NONE, WSql::WMYSQL, WSql::WSQLITE, WSql::WPSQL, WSql::WMONGO, WSql::WBERKLEYDB } |