public class PhysicalCreateSlotBuilder extends AbstractCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder> implements ChainedPhysicalCreateSlotBuilder
connection, slotName, temporaryOption
Constructor and Description |
---|
PhysicalCreateSlotBuilder(BaseConnection connection) |
Modifier and Type | Method and Description |
---|---|
ReplicationSlotInfo |
make()
Create slot with specified parameters in database.
|
protected ChainedPhysicalCreateSlotBuilder |
self() |
withSlotName, withTemporaryOption
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
withSlotName, withTemporaryOption
public PhysicalCreateSlotBuilder(BaseConnection connection)
protected ChainedPhysicalCreateSlotBuilder self()
self
in class AbstractCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder>
public ReplicationSlotInfo make() throws SQLException
ChainedCommonCreateSlotBuilder
make
in interface ChainedCommonCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder>
SQLException
- on errorCopyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.