Klasse ColumnDto
java.lang.Object
ch.nolix.system.sqlschema.schemadto.ColumnDto
- Alle implementierten Schnittstellen:
IColumnDto
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()static ColumnDtowithNameAndDataType(String name, IDataTypeDto dataType) static ColumnDtowithNameAndDataTypeAndConstraint(String name, IDataTypeDto dataType, IConstraintDto constraint, IConstraintDto... constraints) static ColumnDtowithNameAndDataTypeAndConstraints(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:
getConstraintsin SchnittstelleIColumnDto
-
getDataType
- Angegeben von:
getDataTypein SchnittstelleIColumnDto
-
getName
- Angegeben von:
getNamein SchnittstelleIColumnDto
-