Type Alias mz_adapter_types::connection::ConnectionIdType

source ·
pub type ConnectionIdType = u32;
Expand description

Inner type of a ConnectionId, u32 for postgres compatibility.

Note: Generally you should not use this type directly, and instead use ConnectionId.