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