entity query and record progress
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#include "matador/sql/query_result.hpp"
|
||||
#include "matador/sql/record.hpp"
|
||||
#include "matador/sql/statement.hpp"
|
||||
#include "matador/sql/schema.hpp"
|
||||
|
||||
#include "matador/utils/logger.hpp"
|
||||
|
||||
@@ -17,6 +16,8 @@
|
||||
|
||||
namespace matador::sql {
|
||||
|
||||
class schema;
|
||||
|
||||
class connection
|
||||
{
|
||||
public:
|
||||
@@ -32,7 +33,7 @@ public:
|
||||
[[nodiscard]] bool is_open() const;
|
||||
[[nodiscard]] const connection_info& info() const;
|
||||
|
||||
[[nodiscard]] record describe(const std::string &table_name) const;
|
||||
[[nodiscard]] std::vector<sql::column_definition> describe(const std::string &table_name) const;
|
||||
[[nodiscard]] bool exists(const std::string &schema_name, const std::string &table_name) const;
|
||||
[[nodiscard]] bool exists(const std::string &table_name) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user