pub fn prepare(
connection: &Arc<Mutex<RawConnection<SyncStream>>>,
query: &str,
param_types: &[Oid],
) -> Result<PreparedStatement>Expand description
Prepares a statement using the extended query protocol.
pub fn prepare(
connection: &Arc<Mutex<RawConnection<SyncStream>>>,
query: &str,
param_types: &[Oid],
) -> Result<PreparedStatement>Prepares a statement using the extended query protocol.