Verwendungen von Datensatzklasse
ch.nolix.systemapi.midschema.structure.TableIdentification
Packages, die TableIdentification verwenden
Package
Beschreibung
-
Verwendungen von TableIdentification in ch.nolix.system.midschema.adapter
Methoden in ch.nolix.system.midschema.adapter mit Parametern vom Typ TableIdentificationModifizierer und TypMethodeBeschreibungfinal 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) -
Verwendungen von TableIdentification in ch.nolix.system.nodemidschema.schemawriter
Methoden in ch.nolix.system.nodemidschema.schemawriter mit Parametern vom Typ TableIdentificationModifizierer und TypMethodeBeschreibungvoidSchemaWriter.addColumn(TableIdentification table, ColumnDto column) voidSchemaWriter.deleteColumn(TableIdentification table, String columnName) voidSchemaWriter.setColumnModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, IContainer<String> referenceableTableIds, IContainer<String> backReferenceableColumnIds) -
Verwendungen von TableIdentification in ch.nolix.system.sqlmidschema.schemawriter
Methoden in ch.nolix.system.sqlmidschema.schemawriter mit Parametern vom Typ TableIdentificationModifizierer und TypMethodeBeschreibungvoidSchemaDataWriter.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) -
Verwendungen von TableIdentification in ch.nolix.system.sqlmidschema.statementcreator
Methoden in ch.nolix.system.sqlmidschema.statementcreator mit Parametern vom Typ TableIdentificationModifizierer und TypMethodeBeschreibungSchemaDataStatementCreator.createStatementsToAddColumn(TableIdentification table, ColumnDto column) SchemaDataStatementCreator.createStatementsToSetContentModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, IContainer<String> referenceableTableIds, IContainer<String> backReferenceableColumnIds) SchemaDataStatementCreator.createStatementToDeleteColumn(TableIdentification table, String columnName) -
Verwendungen von TableIdentification in ch.nolix.system.sqlschema.adapter
Methoden in ch.nolix.system.sqlschema.adapter mit Parametern vom Typ TableIdentificationModifizierer und TypMethodeBeschreibungvoidSchemaWriter.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) -
Verwendungen von TableIdentification in ch.nolix.systemapi.midschema.adapter
Methoden in ch.nolix.systemapi.midschema.adapter mit Parametern vom Typ TableIdentificationModifizierer und TypMethodeBeschreibungvoidISchemaWriter.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) -
Verwendungen von TableIdentification in ch.nolix.systemapi.sqlmidschema.statementcreator
Methoden in ch.nolix.systemapi.sqlmidschema.statementcreator mit Parametern vom Typ TableIdentificationModifizierer und TypMethodeBeschreibungISchemaDataStatementCreator.createStatementsToAddColumn(TableIdentification table, ColumnDto column) ISchemaDataStatementCreator.createStatementsToSetContentModel(TableIdentification table, ColumnIdentification column, FieldType fieldType, DataType dataType, IContainer<String> referenceableTableIds, IContainer<String> backReferenceableColumnIds) ISchemaDataStatementCreator.createStatementToDeleteColumn(TableIdentification table, String columnName) -
Verwendungen von TableIdentification in ch.nolix.systemapi.sqlschema.adapter
Methoden in ch.nolix.systemapi.sqlschema.adapter mit Parametern vom Typ TableIdentificationModifizierer und TypMethodeBeschreibungvoidISchemaWriter.addColumn(TableIdentification table, ColumnDto column) voidISchemaWriter.addColumns(TableIdentification table, IContainer<ColumnDto> columns)