public final class SQLSchemaPlan extends SchemaPlan:
Immutable SQL specialization of a provider-neutral SchemaPlan.
plan = schema.diff() as SQLSchemaPlan print(plan.sql)
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | dialectNamedialectName as String |
Exact SQL dialect used to render this plan. |
| public readonly property | sqlsql as String: |
Ordered SQL DDL script for inspection or external migration tooling. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | SQLSchemaPlanSQLSchemaPlan(
dialectName as String,
modelFingerprint as String,
operations as IList<SchemaOperation>
): |
Creates an immutable SQL schema plan. |