Uses of Enum
io.debezium.connector.jdbc.JdbcSinkConnectorConfig.InsertMode
Packages that use JdbcSinkConnectorConfig.InsertMode
-
Uses of JdbcSinkConnectorConfig.InsertMode in io.debezium.connector.jdbc
Fields in io.debezium.connector.jdbc declared as JdbcSinkConnectorConfig.InsertModeModifier and TypeFieldDescriptionprivate final JdbcSinkConnectorConfig.InsertModeJdbcSinkConnectorConfig.insertModeMethods in io.debezium.connector.jdbc that return JdbcSinkConnectorConfig.InsertModeModifier and TypeMethodDescriptionJdbcSinkConnectorConfig.getInsertMode()Returns the enum constant of this type with the specified name.static JdbcSinkConnectorConfig.InsertMode[]JdbcSinkConnectorConfig.InsertMode.values()Returns an array containing the constants of this enum type, in the order they are declared.