Uses of Class
io.debezium.connector.postgresql.PostgresConnectorConfig.SchemaRefreshMode
-
Packages that use PostgresConnectorConfig.SchemaRefreshMode Package Description io.debezium.connector.postgresql -
-
Uses of PostgresConnectorConfig.SchemaRefreshMode in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresConnectorConfig.SchemaRefreshMode Modifier and Type Field Description private PostgresConnectorConfig.SchemaRefreshModePostgresConnectorConfig. schemaRefreshModeMethods in io.debezium.connector.postgresql that return PostgresConnectorConfig.SchemaRefreshMode Modifier and Type Method Description static PostgresConnectorConfig.SchemaRefreshModePostgresConnectorConfig.SchemaRefreshMode. parse(String value)Determine if the supplied value is one of the predefined options.static PostgresConnectorConfig.SchemaRefreshModePostgresConnectorConfig.SchemaRefreshMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PostgresConnectorConfig.SchemaRefreshMode[]PostgresConnectorConfig.SchemaRefreshMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-