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, withTemporaryOptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithSlotName, withTemporaryOptionpublic PhysicalCreateSlotBuilder(BaseConnection connection)
protected ChainedPhysicalCreateSlotBuilder self()
self in class AbstractCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder>public ReplicationSlotInfo make() throws SQLException
ChainedCommonCreateSlotBuildermake in interface ChainedCommonCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder>SQLException - on errorCopyright © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.