Uses of Class
ch.nolix.system.objectschema.model.Column
Packages that use Column
-
Uses of Column in ch.nolix.system.objectschema.model
Classes in ch.nolix.system.objectschema.model that implement interfaces with type arguments of type ColumnMethods in ch.nolix.system.objectschema.model that return ColumnModifier and TypeMethodDescriptionColumn.setContentModel(FieldType fieldType, DataType dataType, IContainer<? extends ITable> referenceableTables, IContainer<? extends IColumn> backReferenceableColumns) Sets the name of the currentIFluentMutableNameHolder.static ColumnColumn.withIdAndNameAndContentModel(String id, String name, FieldType fieldType, DataType dataType, IContainer<? extends ITable> referenceableTables, IContainer<? extends IColumn> backReferenceableColumns) Methods in ch.nolix.system.objectschema.model that return types with arguments of type ColumnModifier and TypeMethodDescriptionstatic IContainer<Column> ColumnMapper.mapMidSchemaTableDtoToLoadedColumns(TableDto midTableDto, IContainer<Table> tables) Methods in ch.nolix.system.objectschema.model with parameters of type ColumnModifier and TypeMethodDescriptionstatic voidTableEditor.addColumnToTable(Table table, Column column) voidColumnEditor.deleteColumn(Column column) Lets the currentIColumnEditordelete the given column.voidColumnEditor.setContentModelToColumn(Column column, FieldType fieldType, DataType dataType, IContainer<? extends ITable> referenceableTables, IContainer<? extends IColumn> backReferenceableColumns) Lets the currentIColumnEditorset the given contentModel to the given column.voidColumnEditor.setNameToColumn(Column column, String name) Lets the currentIColumnEditorset the given name to the given column.