Klasse ColumnDto
java.lang.Object
ch.nolix.system.sqlschema.schemadto.ColumnDto
- Alle implementierten Schnittstellen:
IColumnDto
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()
static ColumnDto
withNameAndDataType
(String name, IDataTypeDto dataType) static ColumnDto
withNameAndDataTypeAndConstraint
(String name, IDataTypeDto dataType, IConstraintDto constraint, IConstraintDto... constraints) static ColumnDto
withNameAndDataTypeAndConstraints
(String name, IDataTypeDto dataType, IContainer<IConstraintDto> constraints)
-
Methodendetails
-
withNameAndDataType
-
withNameAndDataTypeAndConstraint
public static ColumnDto withNameAndDataTypeAndConstraint(String name, IDataTypeDto dataType, IConstraintDto constraint, IConstraintDto... constraints) -
withNameAndDataTypeAndConstraints
public static ColumnDto withNameAndDataTypeAndConstraints(String name, IDataTypeDto dataType, IContainer<IConstraintDto> constraints) -
getConstraints
- Angegeben von:
getConstraints
in SchnittstelleIColumnDto
-
getDataType
- Angegeben von:
getDataType
in SchnittstelleIColumnDto
-
getName
- Angegeben von:
getName
in SchnittstelleIColumnDto
-