|
Lightweight 0.20260303.0
|
Tables for which the lookup has already been attempted, so we don't re-query for every INSERT against the same table. More...
#include <MigrationPlan.hpp>
Public Member Functions | |
| auto | operator<=> (TableKey const &) const =default |
| Total ordering on (schema, table) — defaulted three-way comparison. | |
Public Attributes | |
| std::string | schema |
| Schema label (empty when the engine reports none). | |
| std::string | table |
Tables for which the lookup has already been attempted, so we don't re-query for every INSERT against the same table.
Definition at line 627 of file MigrationPlan.hpp.
| std::string Lightweight::MigrationRenderContext::TableKey::schema |
Schema label (empty when the engine reports none).
Definition at line 629 of file MigrationPlan.hpp.
| std::string Lightweight::MigrationRenderContext::TableKey::table |
Table name.
Definition at line 630 of file MigrationPlan.hpp.