Uses of Interface
io.debezium.relational.Attribute
Packages that use Attribute
-
Uses of Attribute in io.debezium.jdbc
Methods in io.debezium.jdbc that return types with arguments of type Attribute -
Uses of Attribute in io.debezium.relational
Classes in io.debezium.relational that implement AttributeModifier and TypeClassDescription(package private) final classRelational model implementation ofAttribute.Fields in io.debezium.relational with type parameters of type AttributeModifier and TypeFieldDescriptionprivate LinkedHashMap<String,Attribute> TableEditorImpl.attributesTableImpl.attributesMethods in io.debezium.relational that return AttributeModifier and TypeMethodDescriptionNoOpTableEditorImpl.attributeWithName(String attributeName) Table.attributeWithName(String name) Get the definition for an attribute in this table with the supplied name.TableEditor.attributeWithName(String attributeName) Get the definition for the attribute in this table with the supplied name.TableEditorImpl.attributeWithName(String attributeName) TableImpl.attributeWithName(String name) AttributeEditor.create()Obtain an immutable attribute definition representing the current state of this editor.AttributeEditorImpl.create()Methods in io.debezium.relational that return types with arguments of type AttributeModifier and TypeMethodDescriptionNoOpTableEditorImpl.attributes()Table.attributes()Get the attributes of the table.TableEditor.attributes()Get the definitions for the attributes in this table.TableEditorImpl.attributes()TableImpl.attributes()Methods in io.debezium.relational with parameters of type AttributeModifier and TypeMethodDescriptionNoOpTableEditorImpl.addAttribute(Attribute attribute) TableEditor.addAttribute(Attribute attribute) Add a new attribute to this table.TableEditorImpl.addAttribute(Attribute attribute) Method parameters in io.debezium.relational with type arguments of type AttributeModifier and TypeMethodDescriptionNoOpTableEditorImpl.addAttributes(List<Attribute> attributes) TableEditor.addAttributes(List<Attribute> attributes) Add attributes to this table.TableEditorImpl.addAttributes(List<Attribute> attributes) -
Uses of Attribute in io.debezium.relational.history
Methods in io.debezium.relational.history with parameters of type AttributeModifier and TypeMethodDescriptionprivate DocumentJsonTableChangeSerializer.toDocument(Attribute attribute)