Uses of Class
com.zendesk.maxwell.schema.columndef.ColumnDefCastException
-
Packages that use ColumnDefCastException Package Description com.zendesk.maxwell.replication concerns the operation of the binlog replicatorcom.zendesk.maxwell.schema.columndef column type definitions - cast from a mysql column to JSON -
-
Uses of ColumnDefCastException in com.zendesk.maxwell.replication
Methods in com.zendesk.maxwell.replication that throw ColumnDefCastException Modifier and Type Method Description List<RowMap>
BinlogConnectorEvent. jsonMaps(Table table, long lastHeartbeatRead, String rowQuery)
-
Uses of ColumnDefCastException in com.zendesk.maxwell.schema.columndef
Methods in com.zendesk.maxwell.schema.columndef that throw ColumnDefCastException Modifier and Type Method Description Object
BigIntColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
BitColumnDef. asJSON(Object value, MaxwellOutputConfig outputConfig)
Object
ColumnDef. asJSON(Object value)
Deprecated.Object
ColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
ColumnDefWithLength. asJSON(Object value, MaxwellOutputConfig config)
Object
DateColumnDef. asJSON(Object value, MaxwellOutputConfig config)
String
EnumColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
GeometryColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
IntColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
JsonColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
SetColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
StringColumnDef. asJSON(Object value, MaxwellOutputConfig config)
protected abstract String
ColumnDefWithLength. formatValue(Object value, MaxwellOutputConfig config)
protected String
DateTimeColumnDef. formatValue(Object value, MaxwellOutputConfig config)
protected String
TimeColumnDef. formatValue(Object value, MaxwellOutputConfig config)
String
BigIntColumnDef. toSQL(Object value)
String
BitColumnDef. toSQL(Object value)
abstract String
ColumnDef. toSQL(Object value)
String
ColumnDefWithLength. toSQL(Object value)
String
EnumColumnDef. toSQL(Object value)
String
IntColumnDef. toSQL(Object value)
String
SetColumnDef. toSQL(Object value)
-