Class EnumeratedColumnDef
- java.lang.Object
-
- com.zendesk.maxwell.schema.columndef.ColumnDef
-
- com.zendesk.maxwell.schema.columndef.EnumeratedColumnDef
-
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
EnumColumnDef,SetColumnDef
public abstract class EnumeratedColumnDef extends ColumnDef
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEnumeratedColumnDef(String name, String type, short pos, String[] enumValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<String>getEnumValues()inthashCode()-
Methods inherited from class com.zendesk.maxwell.schema.columndef.ColumnDef
asJSON, asJSON, build, clone, cloneSelfAndSet, getInterner, getName, getPos, getType, toSQL, unalias_type, withName, withPos
-
-