Uses of Class
com.zendesk.maxwell.schema.columndef.StringColumnDef
-
Packages that use StringColumnDef Package Description com.zendesk.maxwell.schema stores and updates (via SQL parsing) a view of the mysql schemacom.zendesk.maxwell.schema.columndef column type definitions - cast from a mysql column to JSON -
-
Uses of StringColumnDef in com.zendesk.maxwell.schema
Methods in com.zendesk.maxwell.schema that return types with arguments of type StringColumnDef Modifier and Type Method Description List<StringColumnDef>
Table. getStringColumns()
-
Uses of StringColumnDef in com.zendesk.maxwell.schema.columndef
Methods in com.zendesk.maxwell.schema.columndef that return StringColumnDef Modifier and Type Method Description static StringColumnDef
StringColumnDef. create(String name, String type, short pos, String charset)
StringColumnDef
StringColumnDef. withCharset(String charset)
StringColumnDef
StringColumnDef. withDefaultCharset(String charset)
-