ensure proper table creation in session::create_schema including foreign key constraints
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
namespace matador::sql {
|
||||
class executor;
|
||||
class statement;
|
||||
struct query_context;
|
||||
}
|
||||
|
||||
namespace matador::query {
|
||||
@@ -19,6 +20,7 @@ public:
|
||||
|
||||
[[nodiscard]] utils::result<size_t, utils::error> execute(const sql::executor &exec) const;
|
||||
[[nodiscard]] utils::result<sql::statement, utils::error> prepare(const sql::executor &exec) const;
|
||||
[[nodiscard]] sql::query_context compile(const sql::executor &exec) const;
|
||||
[[nodiscard]] std::string str(const sql::executor &exec) const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user