Class PhysicalCreateSlotBuilder
java.lang.Object
org.postgresql.replication.fluent.AbstractCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder>
org.postgresql.replication.fluent.physical.PhysicalCreateSlotBuilder
- All Implemented Interfaces:
ChainedCommonCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder>, ChainedPhysicalCreateSlotBuilder
public class PhysicalCreateSlotBuilder
extends AbstractCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder>
implements ChainedPhysicalCreateSlotBuilder
-
Field Summary
Fields inherited from class AbstractCreateSlotBuilder
connection, slotName, temporaryOption -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmake()Create slot with specified parameters in database.protected ChainedPhysicalCreateSlotBuilderself()Methods inherited from class AbstractCreateSlotBuilder
withSlotName, withTemporaryOptionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ChainedCommonCreateSlotBuilder
withSlotName, withTemporaryOption
-
Constructor Details
-
PhysicalCreateSlotBuilder
-
-
Method Details
-
self
- Specified by:
selfin classAbstractCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder>
-
make
Description copied from interface:ChainedCommonCreateSlotBuilderCreate slot with specified parameters in database.- Specified by:
makein interfaceChainedCommonCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder>- Returns:
- ReplicationSlotInfo with the information of the created slot.
- Throws:
SQLException- on error
-