Uses of Enum Class
ch.nolix.systemapi.sqlschema.model.ColumnConstraint
Packages that use ColumnConstraint
-
Uses of ColumnConstraint in ch.nolix.systemapi.sqlschema.model
Subclasses with type arguments of type ColumnConstraint in ch.nolix.systemapi.sqlschema.modelMethods in ch.nolix.systemapi.sqlschema.model that return ColumnConstraintModifier and TypeMethodDescriptionColumnConstraintDto.constraint()Returns the value of theconstraintrecord component.static ColumnConstraintReturns the enum constant of this class with the specified name.static ColumnConstraint[]ColumnConstraint.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ch.nolix.systemapi.sqlschema.model with parameters of type ColumnConstraintModifierConstructorDescriptionColumnConstraintDto(ColumnConstraint constraint, IContainer<String> parameters) Creates an instance of aColumnConstraintDtorecord class.