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 BigIntColumnDefBigIntColumnDef. create(String name, String type, short pos, boolean signed)BigIntColumnDefBigIntColumnDef. withSigned(boolean signed)
-