PostgreSQLSchemaDialect
classin packageklyn.data.sql.internal
public final class PostgreSQLSchemaDialect extends SQLSchemaDialect:
└ PostgreSQLSchemaDialect

PostgreSQL physical schema policy.

Properties
Modifier and Type Member Description
public override readonly property transactionalDDL
transactionalDDL as Boolean:
No summary.
Inherited Properties
propertyInherited Properties from SQLSchemaDialect: dialect, name, transactionalDDL
Constructors
Modifier and Type Member Description
public PostgreSQLSchemaDialect No summary.
Methods
Modifier and Type Member Description
public override alterColumn
alterColumn(entity as SQLMappedEntity, column as SQLPropertyMapping) as String:
No summary.
public override columnType
columnType(column as SQLPropertyMapping) as String:
No summary.
public override identifierKey
identifierKey(identifier as String) as String:
No summary.
public override identityClause
identityClause(column as SQLPropertyMapping) as String:
No summary.
public override identityIncludesPrimaryKey
identityIncludesPrimaryKey(column as SQLPropertyMapping) as Boolean:
No summary.
public override typeCompatible
typeCompatible( column as SQLPropertyMapping, actualType as String, actualSize as Int, actualScale as Int ) as Boolean:
No summary.
Inherited Methods
methodInherited Methods from SQLSchemaDialect: addColumn, addPrimaryKey, addUnique, alterColumn, columnDefinition, columnType, createTable, dropTable, identifierKey, identityClause, identityIncludesPrimaryKey, qualifiedTable, typeCompatible