Uses of Enum
io.debezium.connector.binlog.BinlogConnectorConfig.BigIntUnsignedHandlingMode
Packages that use BinlogConnectorConfig.BigIntUnsignedHandlingMode
-
Uses of BinlogConnectorConfig.BigIntUnsignedHandlingMode in io.debezium.connector.binlog
Fields in io.debezium.connector.binlog declared as BinlogConnectorConfig.BigIntUnsignedHandlingModeModifier and TypeFieldDescriptionprivate final BinlogConnectorConfig.BigIntUnsignedHandlingModeBinlogConnectorConfig.bigIntUnsignedHandlingModeMethods in io.debezium.connector.binlog that return BinlogConnectorConfig.BigIntUnsignedHandlingModeModifier and TypeMethodDescriptionBinlogConnectorConfig.getBigIntUnsignedHandlingMode()Determine if the supplied value is one of the predefined options.Determine if the supplied value is one of the predefined options.Returns the enum constant of this type with the specified name.BinlogConnectorConfig.BigIntUnsignedHandlingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.