Uses of Enum
io.debezium.connector.sqlserver.SqlServerConnectorConfig.DataQueryMode
Packages that use SqlServerConnectorConfig.DataQueryMode
-
Uses of SqlServerConnectorConfig.DataQueryMode in io.debezium.connector.sqlserver
Fields in io.debezium.connector.sqlserver declared as SqlServerConnectorConfig.DataQueryModeModifier and TypeFieldDescriptionprivate final SqlServerConnectorConfig.DataQueryModeSqlServerConnectorConfig.dataQueryModeMethods in io.debezium.connector.sqlserver that return SqlServerConnectorConfig.DataQueryModeModifier and TypeMethodDescriptionSqlServerConnectorConfig.getDataQueryMode()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.SqlServerConnectorConfig.DataQueryMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.debezium.connector.sqlserver with parameters of type SqlServerConnectorConfig.DataQueryModeModifier and TypeMethodDescriptionprivate StringSqlServerConnection.buildGetAllChangesForTableQuery(SqlServerConnectorConfig.DataQueryMode dataQueryMode, Set<Envelope.Operation> skippedOperations)