risingwave_frontend::handler::transaction

Function handle_begin

source
pub async fn handle_begin(
    handler_args: HandlerArgs,
    stmt_type: StatementType,
    modes: Vec<TransactionMode>,
) -> Result<RwPgResponse, RwError>