pub async fn handle_execute(
handler_args: HandlerArgs,
portal: PortalResult,
) -> Result<RwPgResponse, RwError>
Expand description
Execute a “Portal”, which is a prepared statement with bound parameters.
pub async fn handle_execute(
handler_args: HandlerArgs,
portal: PortalResult,
) -> Result<RwPgResponse, RwError>
Execute a “Portal”, which is a prepared statement with bound parameters.