Lightweight 0.20251202.0
Loading...
Searching...
No Matches
Lightweight::SqlDeleteDataPlan Struct Reference

Represents a SQL DELETE data plan for migrations. More...

#include <MigrationPlan.hpp>

Public Attributes

std::string schemaName
 The schema name of the table to delete from.
 
std::string tableName
 The name of the table to delete from.
 
std::string whereColumn
 The column name for the WHERE clause.
 
std::string whereOp
 The comparison operator for the WHERE clause (e.g., "=", "<>", etc.).
 
SqlVariant whereValue
 The value for the WHERE clause.
 

Detailed Description

Represents a SQL DELETE data plan for migrations.

This structure represents a DELETE statement for a migration plan.

Definition at line 462 of file MigrationPlan.hpp.

Member Data Documentation

◆ schemaName

std::string Lightweight::SqlDeleteDataPlan::schemaName

The schema name of the table to delete from.

Definition at line 465 of file MigrationPlan.hpp.

◆ tableName

std::string Lightweight::SqlDeleteDataPlan::tableName

The name of the table to delete from.

Definition at line 468 of file MigrationPlan.hpp.

◆ whereColumn

std::string Lightweight::SqlDeleteDataPlan::whereColumn

The column name for the WHERE clause.

Definition at line 471 of file MigrationPlan.hpp.

◆ whereOp

std::string Lightweight::SqlDeleteDataPlan::whereOp

The comparison operator for the WHERE clause (e.g., "=", "<>", etc.).

Definition at line 474 of file MigrationPlan.hpp.

◆ whereValue

SqlVariant Lightweight::SqlDeleteDataPlan::whereValue

The value for the WHERE clause.

Definition at line 477 of file MigrationPlan.hpp.


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