Uses of Interface
org.postgresql.replication.fluent.logical.LogicalReplicationOptions
Packages that use LogicalReplicationOptions
Package
Description
-
Uses of LogicalReplicationOptions in org.postgresql.core
Methods in org.postgresql.core with parameters of type LogicalReplicationOptionsModifier and TypeMethodDescriptionReplicationProtocol.startLogical
(LogicalReplicationOptions options) -
Uses of LogicalReplicationOptions in org.postgresql.core.v3.replication
Methods in org.postgresql.core.v3.replication with parameters of type LogicalReplicationOptionsModifier and TypeMethodDescriptionprivate String
V3ReplicationProtocol.createStartLogicalQuery
(LogicalReplicationOptions options) START_REPLICATION SLOT slot_name LOGICAL XXX/XXX [ ( option_name [option_value] [, ...V3ReplicationProtocol.startLogical
(LogicalReplicationOptions options) -
Uses of LogicalReplicationOptions in org.postgresql.replication.fluent.logical
Classes in org.postgresql.replication.fluent.logical that implement LogicalReplicationOptionsMethods in org.postgresql.replication.fluent.logical with parameters of type LogicalReplicationOptionsModifier and TypeMethodDescriptionStartLogicalReplicationCallback.start
(LogicalReplicationOptions options)