Uses of Interface
org.apache.nifi.database.dialect.service.api.ColumnDefinition
-
Uses of ColumnDefinition in org.apache.nifi.database.dialect.service.api
Classes in org.apache.nifi.database.dialect.service.api that implement ColumnDefinitionModifier and TypeClassDescriptionfinal recordStandard Database Table Column definitionFields in org.apache.nifi.database.dialect.service.api with type parameters of type ColumnDefinitionModifier and TypeFieldDescriptionprivate final List<ColumnDefinition> TableDefinition.columnsThe field for thecolumnsrecord component.Methods in org.apache.nifi.database.dialect.service.api that return types with arguments of type ColumnDefinitionModifier and TypeMethodDescriptionTableDefinition.columns()Returns the value of thecolumnsrecord component.Constructor parameters in org.apache.nifi.database.dialect.service.api with type arguments of type ColumnDefinitionModifierConstructorDescriptionTableDefinition(Optional<String> catalog, Optional<String> schemaName, String tableName, List<ColumnDefinition> columns) Creates an instance of aTableDefinitionrecord class.