Function run_ddl_statement
pub fn run_ddl_statement(
conn: &Connection,
request: &SqlStatementRequest,
) -> Result<StatementResult, StatementRunError>Expand description
Execute a DDL-class statement after the host has established the migration transaction and quiesced other writers. Keeping this entry point explicit prevents ordinary transaction callers from accidentally admitting DDL.