PostgresColumnDefinitionPgSqlGeneration extension

on
  • ColumnDefinition

Properties

isGeographyColumn bool

Available on ColumnDefinition, provided by the PostgresColumnDefinitionPgSqlGeneration extension

Whether the column is of a geography type.
no setter
isIntSerialColumn bool

Available on ColumnDefinition, provided by the PostgresColumnDefinitionPgSqlGeneration extension

Whether the column uses a serial auto-increment default.
no setter
isVectorColumn bool

Available on ColumnDefinition, provided by the PostgresColumnDefinitionPgSqlGeneration extension

Whether the column is of a vector type.
no setter

Methods

toPgSqlFragment() String

Available on ColumnDefinition, provided by the PostgresColumnDefinitionPgSqlGeneration extension