Uses of Class
com.zendesk.maxwell.schema.columndef.IntColumnDef
-
Packages that use IntColumnDef Package Description com.zendesk.maxwell.schema.columndef column type definitions - cast from a mysql column to JSON -
-
Uses of IntColumnDef in com.zendesk.maxwell.schema.columndef
Methods in com.zendesk.maxwell.schema.columndef that return IntColumnDef Modifier and Type Method Description static IntColumnDef
IntColumnDef. create(String name, String type, short pos, boolean signed)
IntColumnDef
IntColumnDef. withSigned(boolean signed)
-