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 protected
EnumeratedColumnDef(String name, String type, short pos, String[] enumValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<String>
getEnumValues()
int
hashCode()
-
Methods inherited from class com.zendesk.maxwell.schema.columndef.ColumnDef
asJSON, asJSON, build, clone, cloneSelfAndSet, getInterner, getName, getPos, getType, toSQL, unalias_type, withName, withPos
-
-