インタフェース ChainedPhysicalStreamBuilder
- すべてのスーパーインタフェース:
ChainedCommonStreamBuilder<ChainedPhysicalStreamBuilder>
- 既知の実装クラスのリスト:
PhysicalStreamBuilder
public interface ChainedPhysicalStreamBuilder
extends ChainedCommonStreamBuilder<ChainedPhysicalStreamBuilder>
-
メソッドの概要
インタフェースから継承されたメソッド org.postgresql.replication.fluent.ChainedCommonStreamBuilder
withSlotName, withStartPosition, withStatusInterval
-
メソッドの詳細
-
start
Open physical replication stream.- 戻り値:
- not null PGReplicationStream available for fetch wal logs in binary form
- 例外:
SQLException
- on error
-