Class SelectAllSnapshotQuery
java.lang.Object
io.debezium.connector.oracle.snapshot.query.SelectAllSnapshotQuery
- All Implemented Interfaces:
BeanRegistryAware,Service,SnapshotQuery,io.debezium.spi.common.Configurable
@ConnectorSpecific(connector=OracleConnector.class)
public class SelectAllSnapshotQuery
extends Object
implements SnapshotQuery, BeanRegistryAware
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidinjectBeanRegistry(BeanRegistry beanRegistry) name()snapshotQuery(String tableId, List<String> snapshotSelectColumns)
-
Field Details
-
beanRegistry
-
-
Constructor Details
-
SelectAllSnapshotQuery
public SelectAllSnapshotQuery()
-
-
Method Details
-
name
- Specified by:
namein interfaceSnapshotQuery
-
configure
- Specified by:
configurein interfaceio.debezium.spi.common.Configurable
-
injectBeanRegistry
- Specified by:
injectBeanRegistryin interfaceBeanRegistryAware
-
snapshotQuery
- Specified by:
snapshotQueryin interfaceSnapshotQuery
-