public final class SQLServerSchemaDialect extends SQLSchemaDialect:
Microsoft SQL Server physical schema policy.
| Modifier and Type | Member | Description |
|---|---|---|
| public override readonly property | transactionalDDLtransactionalDDL as Boolean: |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | SQLServerSchemaDialectSQLServerSchemaDialect(dialect as SQLDialect): |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public override | alterColumnalterColumn(entity as SQLMappedEntity, column as SQLPropertyMapping) as String: |
No summary. |
| public override | columnTypecolumnType(column as SQLPropertyMapping) as String: |
No summary. |
| public override | identityClauseidentityClause(column as SQLPropertyMapping) as String: |
No summary. |
| public override | identityIncludesPrimaryKeyidentityIncludesPrimaryKey(column as SQLPropertyMapping) as Boolean: |
No summary. |
| public override | typeCompatibletypeCompatible(
column as SQLPropertyMapping,
actualType as String,
actualSize as Int,
actualScale as Int
) as Boolean: |
No summary. |