Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.core.v3.replication | |
org.postgresql.replication.fluent.logical |
Modifier and Type | Method and Description |
---|---|
PGReplicationStream |
ReplicationProtocol.startLogical(LogicalReplicationOptions options) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
V3ReplicationProtocol.createStartLogicalQuery(LogicalReplicationOptions options)
START_REPLICATION SLOT slot_name LOGICAL XXX/XXX [ ( option_name [option_value] [, ...
|
PGReplicationStream |
V3ReplicationProtocol.startLogical(LogicalReplicationOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
LogicalStreamBuilder |
Modifier and Type | Method and Description |
---|---|
PGReplicationStream |
StartLogicalReplicationCallback.start(LogicalReplicationOptions options) |