struct
PG::Replication::CopyData
- PG::Replication::CopyData
- PG::Replication::Frame
- Struct
- Value
- Object
Defined in:
pg/replication/copy_data.crConstructors
- .new(io : IO)
- .new(data : PG::Replication::KeepAlive | PG::Replication::KeepAliveResponse | PG::Replication::XLogData)
Instance Method Summary
Instance methods inherited from struct PG::Replication::Frame
initialize
initialize
Constructor methods inherited from struct PG::Replication::Frame
from_io(io : IO) : self
from_io,
new
new
Constructor Detail
def self.new(data : PG::Replication::KeepAlive | PG::Replication::KeepAliveResponse | PG::Replication::XLogData)
#