Class GeometryColumnDef
- java.lang.Object
-
- com.zendesk.maxwell.schema.columndef.ColumnDef
-
- com.zendesk.maxwell.schema.columndef.GeometryColumnDef
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
asJSON(Object value, MaxwellOutputConfig config)
static GeometryColumnDef
create(String name, String type, short pos)
String
toSQL(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 GeometryColumnDef create(String name, String type, short pos)
-
asJSON
public Object asJSON(Object value, MaxwellOutputConfig config) throws ColumnDefCastException
- Overrides:
asJSON
in classColumnDef
- Throws:
ColumnDefCastException
-
-