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 ObjectBigIntColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectBitColumnDef. asJSON(Object value, MaxwellOutputConfig outputConfig)ObjectColumnDef. asJSON(Object value)Deprecated.ObjectColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectColumnDefWithLength. asJSON(Object value, MaxwellOutputConfig config)ObjectDateColumnDef. asJSON(Object value, MaxwellOutputConfig config)StringEnumColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectGeometryColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectIntColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectJsonColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectSetColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectStringColumnDef. asJSON(Object value, MaxwellOutputConfig config)protected abstract StringColumnDefWithLength. formatValue(Object value, MaxwellOutputConfig config)protected StringDateTimeColumnDef. formatValue(Object value, MaxwellOutputConfig config)protected StringTimeColumnDef. formatValue(Object value, MaxwellOutputConfig config)StringBigIntColumnDef. toSQL(Object value)StringBitColumnDef. toSQL(Object value)abstract StringColumnDef. toSQL(Object value)StringColumnDefWithLength. toSQL(Object value)StringEnumColumnDef. toSQL(Object value)StringIntColumnDef. toSQL(Object value)StringSetColumnDef. toSQL(Object value)
-