Class SchemaCacheIF.TableInfo
java.lang.Object
io.debezium.ibmi.db2.journal.retrieve.SchemaCacheIF.TableInfo
- Enclosing interface:
- SchemaCacheIF
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AS400Structureprivate final List<SchemaCacheIF.Structure> -
Constructor Summary
ConstructorsConstructorDescriptionTableInfo(List<SchemaCacheIF.Structure> structure, List<String> primaryKeys, AS400Structure as400Structure) -
Method Summary
-
Field Details
-
structure
-
as400Structure
-
-
-
Constructor Details
-
TableInfo
public TableInfo(List<SchemaCacheIF.Structure> structure, List<String> primaryKeys, AS400Structure as400Structure)
-
-
Method Details