Interface SQLColumnConstraint

All Superinterfaces:
SQLConstraint, SQLObject, SQLTableElement
All Known Implementing Classes:
ClickhouseColumnCodec, ClickhouseColumnConstraint, ClickhouseColumnTTL, PrestoColumnConstraint, PrestoColumnWith, RedshiftColumnConstraint, RedshiftColumnEncode, RedshiftColumnKey, SQLColumnCheck, SQLColumnDefault, SQLColumnPrimaryKey, SQLColumnReference, SQLColumnUniqueKey, SQLNotNullConstraint, SQLNullConstraint

public interface SQLColumnConstraint extends SQLConstraint, SQLTableElement