klyn.data.sql.SQLSchemaPlan.SQLSchemaPlan
constructor
public SQLSchemaPlan(
dialectName as String,
modelFingerprint as String,
operations as IList<SchemaOperation>
):
Description

Creates an immutable SQL schema plan.

Parameters
ParameterDescription
dialectNameExact configured SQL dialect.
modelFingerprintMapping-model fingerprint.
operationsOrdered DDL operations.
Example
plan = SQLSchemaPlan("mariadb", "model-hash", [])