Class BitColumnDef
- java.lang.Object
-
- com.zendesk.maxwell.schema.columndef.ColumnDef
-
- com.zendesk.maxwell.schema.columndef.BitColumnDef
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectasJSON(Object value, MaxwellOutputConfig outputConfig)static BitColumnDefcreate(String name, String type, short pos)StringtoSQL(Object value)-
Methods inherited from class com.zendesk.maxwell.schema.columndef.ColumnDef
asJSON, build, clone, cloneSelfAndSet, equals, getInterner, getName, getPos, getType, hashCode, unalias_type, withName, withPos
-
-
-
-
Method Detail
-
create
public static BitColumnDef create(String name, String type, short pos)
-
asJSON
public Object asJSON(Object value, MaxwellOutputConfig outputConfig) throws ColumnDefCastException
- Overrides:
asJSONin classColumnDef- Throws:
ColumnDefCastException
-
toSQL
public String toSQL(Object value) throws ColumnDefCastException
- Specified by:
toSQLin classColumnDef- Throws:
ColumnDefCastException
-
-