载入中...
搜索中...
未找到
eve::database::Connection 成员列表
成员的完整列表,这些成员属于 eve::database::Connection,包括所有继承而来的类成员
| close() | eve::database::Connection | |
| Connection(std::string connector, std::string connectionString) | eve::database::Connection | |
| Connection(const Connection &)=delete | eve::database::Connection | |
| execute(const std::string &sql) | eve::database::Connection | |
| exportECS(const std::string &table, const Range &entities, Mapper mapper) | eve::database::Connection | inline |
| from(std::string table) | eve::database::Connection | |
| insert(const std::string &table, const Row &values) | eve::database::Connection | |
| insertJson(const std::string &table, const std::string &json) | eve::database::Connection | |
| isConnected() const | eve::database::Connection | |
| model(std::string table, std::string primaryKey="id") | eve::database::Connection | |
| operator=(const Connection &)=delete | eve::database::Connection | |
| query(const std::string &sql) | eve::database::Connection | |
| queryByKey(const std::string &table, const std::string &key, const Value &id) | eve::database::Connection | |
| queryJson(const std::string &sql) | eve::database::Connection | |
| remove(const std::string &table, const std::string &whereClause) | eve::database::Connection | |
| removeByKey(const std::string &table, const std::string &key, const Value &id) | eve::database::Connection | |
| save(const Mapping< T > &mapping, const T &object) | eve::database::Connection | inline |
| update(const std::string &table, const Row &values, const std::string &whereClause) | eve::database::Connection | |
| updateByKey(const std::string &table, const Row &values, const std::string &key, const Value &id) | eve::database::Connection | |
| updateJson(const std::string &table, const std::string &json, const std::string &whereClause) | eve::database::Connection | |
| ~Connection() | eve::database::Connection |