Uses of Record Class
ch.nolix.systemapi.midschema.structure.TableIdentification
Packages that use TableIdentification
Package
Description
-
Uses of TableIdentification in ch.nolix.system.middata.adapter
Methods in ch.nolix.system.middata.adapter with parameters of type TableIdentificationModifier and TypeMethodDescriptionAbstractDataAdapter.loadMultiBackReferenceEntries(TableIdentification table, String entityId, ColumnIdentification multiBackReferenceColumn) -
Uses of TableIdentification in ch.nolix.system.midschema.adapter
Methods in ch.nolix.system.midschema.adapter with parameters of type TableIdentificationModifier and TypeMethodDescriptionfinal voidAbstractSchemaAdapter.addColumn(TableIdentification table, ColumnDto column) final voidAbstractSchemaAdapter.deleteColumn(TableIdentification table, String columnName) final voidAbstractSchemaAdapter.setColumnModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, IContainer<String> referenceableTableIds, IContainer<String> backReferenceableColumnIds) -
Uses of TableIdentification in ch.nolix.system.nodemiddata.datareader
Methods in ch.nolix.system.nodemiddata.datareader with parameters of type TableIdentificationModifier and TypeMethodDescriptionDataReader.loadMultiBackReferenceEntries(TableIdentification table, String entityId, ColumnIdentification multiBackReferenceColumn) -
Uses of TableIdentification in ch.nolix.system.nodemidschema.schemawriter
Methods in ch.nolix.system.nodemidschema.schemawriter with parameters of type TableIdentificationModifier and TypeMethodDescriptionvoidSchemaWriter.addColumn(TableIdentification table, ColumnDto column) static voidSchemaWriterActionProvider.addColumn(IMutableNode<?> nodeDatabase, TableIdentification table, ColumnDto column) voidSchemaWriter.deleteColumn(TableIdentification table, String columnName) static voidSchemaWriterActionProvider.deleteColumn(IMutableNode<?> nodeDatabase, TableIdentification table, String columnName) voidSchemaWriter.setColumnModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, IContainer<String> referenceableTableIds, IContainer<String> backReferenceableColumnIds) static voidSchemaWriterActionProvider.setColumnModel(IMutableNode<?> nodeDatabase, TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, IContainer<String> referenceableTableIds, IContainer<String> backReferenceableColumnIds) -
Uses of TableIdentification in ch.nolix.system.sqlmiddata.datareader
Methods in ch.nolix.system.sqlmiddata.datareader with parameters of type TableIdentificationModifier and TypeMethodDescriptionDataReader.loadMultiBackReferenceEntries(TableIdentification table, String entityId, ColumnIdentification multiBackReferenceColumn) -
Uses of TableIdentification in ch.nolix.system.sqlmidschema.schemawriter
Methods in ch.nolix.system.sqlmidschema.schemawriter with parameters of type TableIdentificationModifier and TypeMethodDescriptionvoidSchemaDataWriter.addColumn(TableIdentification table, ColumnDto column) voidSchemaWriter.addColumn(TableIdentification table, ColumnDto column) voidSchemaDataWriter.deleteColumn(TableIdentification table, String columnName) voidSchemaWriter.deleteColumn(TableIdentification table, String columnName) voidSchemaWriter.setColumnModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, IContainer<String> referenceableTableIds, IContainer<String> backReferenceableColumnIds) voidSchemaDataWriter.setContentModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, IContainer<String> referenceableTableIds, IContainer<String> backReferenceableColumnIds) -
Uses of TableIdentification in ch.nolix.system.sqlmidschema.statementcreator
Methods in ch.nolix.system.sqlmidschema.statementcreator with parameters of type TableIdentificationModifier and TypeMethodDescriptionSchemaDataStatementCreator.createStatementsToAddColumn(TableIdentification table, ColumnDto column) SchemaDataStatementCreator.createStatementsToSetContentModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, IContainer<String> referenceableTableIds, IContainer<String> backReferenceableColumnIds) ColumnTableStatementCreator.createStatementToAddColumnIntoColumnTable(TableIdentification table, ColumnDto column) SchemaDataStatementCreator.createStatementToDeleteColumn(TableIdentification table, String columnName) -
Uses of TableIdentification in ch.nolix.system.sqlschema.adapter
Methods in ch.nolix.system.sqlschema.adapter with parameters of type TableIdentificationModifier and TypeMethodDescriptionvoidSchemaWriter.addColumn(TableIdentification table, ColumnDto column) voidSqlSchemaAdapter.addColumn(TableIdentification table, ColumnDto column) voidSchemaWriter.addColumns(TableIdentification table, IContainer<ColumnDto> columns) voidSqlSchemaAdapter.addColumns(TableIdentification table, IContainer<ColumnDto> columns) -
Uses of TableIdentification in ch.nolix.systemapi.middata.adapter
Methods in ch.nolix.systemapi.middata.adapter with parameters of type TableIdentificationModifier and TypeMethodDescriptionIDataReader.loadMultiBackReferenceEntries(TableIdentification table, String entityId, ColumnIdentification multiBackReferenceColumn) -
Uses of TableIdentification in ch.nolix.systemapi.midschema.adapter
Methods in ch.nolix.systemapi.midschema.adapter with parameters of type TableIdentificationModifier and TypeMethodDescriptionvoidISchemaWriter.addColumn(TableIdentification table, ColumnDto column) voidISchemaWriter.deleteColumn(TableIdentification table, String columnName) voidISchemaWriter.setColumnModel(TableIdentification table, ColumnIdentification columnIdentification, FieldType fieldType, DataType dataType, IContainer<String> referenceableTableIds, IContainer<String> backReferenceableColumnIds) -
Uses of TableIdentification in ch.nolix.systemapi.sqlmidschema.statementcreator
Methods in ch.nolix.systemapi.sqlmidschema.statementcreator with parameters of type TableIdentificationModifier and TypeMethodDescriptionISchemaDataStatementCreator.createStatementsToAddColumn(TableIdentification table, ColumnDto column) ISchemaDataStatementCreator.createStatementsToSetContentModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, IContainer<String> referenceableTableIds, IContainer<String> backReferenceableColumnIds) IColumnTableStatementCreator.createStatementToAddColumnIntoColumnTable(TableIdentification table, ColumnDto column) ISchemaDataStatementCreator.createStatementToDeleteColumn(TableIdentification table, String columnName) -
Uses of TableIdentification in ch.nolix.systemapi.sqlschema.adapter
Methods in ch.nolix.systemapi.sqlschema.adapter with parameters of type TableIdentificationModifier and TypeMethodDescriptionvoidISchemaWriter.addColumn(TableIdentification table, ColumnDto column) voidISchemaWriter.addColumns(TableIdentification table, IContainer<ColumnDto> columns)