クラス PhysicalCreateSlotBuilder
java.lang.Object
org.postgresql.replication.fluent.AbstractCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder>
org.postgresql.replication.fluent.physical.PhysicalCreateSlotBuilder
- すべての実装されたインタフェース:
ChainedCommonCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder>
,ChainedPhysicalCreateSlotBuilder
public class PhysicalCreateSlotBuilder
extends AbstractCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder>
implements ChainedPhysicalCreateSlotBuilder
-
フィールドの概要
クラスから継承されたフィールド org.postgresql.replication.fluent.AbstractCreateSlotBuilder
connection, slotName, temporaryOption
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明make()
Create slot with specified parameters in database.protected ChainedPhysicalCreateSlotBuilder
self()
クラスから継承されたメソッド org.postgresql.replication.fluent.AbstractCreateSlotBuilder
withSlotName, withTemporaryOption
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
インタフェースから継承されたメソッド org.postgresql.replication.fluent.ChainedCommonCreateSlotBuilder
withSlotName, withTemporaryOption
-
コンストラクタの詳細
-
PhysicalCreateSlotBuilder
-
-
メソッドの詳細
-
self
-
make
インタフェースからコピーされた説明:ChainedCommonCreateSlotBuilder
Create slot with specified parameters in database.- 定義:
make
インタフェース内ChainedCommonCreateSlotBuilder<ChainedPhysicalCreateSlotBuilder>
- 戻り値:
- ReplicationSlotInfo with the information of the created slot.
- 例外:
SQLException
- on error
-