Class PGReplicationConnectionImpl

    • Constructor Detail

      • PGReplicationConnectionImpl

        public PGReplicationConnectionImpl​(BaseConnection connection)
    • Method Detail

      • dropReplicationSlot

        public void dropReplicationSlot​(java.lang.String slotName)
                                 throws java.sql.SQLException
        Specified by:
        dropReplicationSlot in interface PGReplicationConnection
        Parameters:
        slotName - not null replication slot name exists in database that should be drop
        Throws:
        java.sql.SQLException - if the replication slot cannot be dropped.