risingwave_frontend::handler::drop_connection

Function handle_drop_connection

source
pub async fn handle_drop_connection(
    handler_args: HandlerArgs,
    connection_name: ObjectName,
    if_exists: bool,
) -> Result<RwPgResponse, RwError>