Lightweight 0.20260303.0
Loading...
Searching...
No Matches
Lightweight::MigrationRenderContext::TableKey Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ schema

std::string Lightweight::MigrationRenderContext::TableKey::schema

Schema label (empty when the engine reports none).

Definition at line 629 of file MigrationPlan.hpp.

◆ table

std::string Lightweight::MigrationRenderContext::TableKey::table

Table name.

Definition at line 630 of file MigrationPlan.hpp.


The documentation for this struct was generated from the following file: