dbixx::dbixx_error | Exception throw in case of error using database |
dbixx::exec | Special type to start statement execution using operator,() - syntactic sugar |
dbixx::null | Special type to bind a NULL value to column using operator,() - syntactic sugar |
dbixx::result | This class holds query result and allows iterating over its rows |
dbixx::row | This class represents a single row that is fetched from the DB |
dbixx::session | Class that represents connection session |
dbixx::transaction | Transaction scope guard |