ORM C++
|
This is the complete list of members for orm::Database, including all inherited members.
beginTransaction() -> void | orm::Database | |
commitTransaction() -> void | orm::Database | |
connect(const std::string &connectionString) -> void | orm::Database | |
createTable() -> void | orm::Database | inline |
Database() | orm::Database | |
deleteTable() -> void | orm::Database | inline |
disconnect() -> void | orm::Database | |
getBackendType() -> db::BackendType | orm::Database | |
insert(const std::vector< T > &objects) -> void | orm::Database | inline |
insert(T object) -> void | orm::Database | inline |
Payload typedef (defined in orm::Database) | orm::Database | |
rollbackTransaction() -> void | orm::Database | |
select(Query< T > &query) -> std::vector< T > | orm::Database | inline |