Uses of Class
ch.nolix.system.objectschema.model.Table
Packages that use Table
-
Uses of Table in ch.nolix.system.objectschema.model
Methods in ch.nolix.system.objectschema.model that return TableModifier and TypeMethodDescriptionTable.addColumnWithNameAndContentModel(String name, FieldType fieldType, DataType dataType, IContainer<? extends ITable> referenceableTables, IContainer<? extends IColumn> backReferenceableColumns) Column.getStoredParentTable()Sets the name of the currentIFluentMutableNameHolder.static TableTable.withIdAndName(String id, String name) static TableMethods in ch.nolix.system.objectschema.model that return types with arguments of type TableModifier and TypeMethodDescriptionstatic IContainer<Table> TableLoader.loadTables(ISchemaReader midSchemaReader) static IContainer<Table> TableMapper.mapMidSchemaTableDtosToLoadedTables(IContainer<TableDto> midSchemaTableDtos) Methods in ch.nolix.system.objectschema.model with parameters of type TableModifier and TypeMethodDescriptionstatic voidTableEditor.addColumnToTable(Table table, Column column) static voidTableEditor.deleteTable(Table table) static voidTableEditor.setNameToTable(Table table, String name) Method parameters in ch.nolix.system.objectschema.model with type arguments of type TableModifier and TypeMethodDescriptionstatic IContainer<Column> ColumnMapper.mapMidSchemaTableDtoToLoadedColumns(TableDto midTableDto, IContainer<Table> tables)