pub fn execute_script(
conn: &mut Connection,
sql: &str,
bound_values: &[Value],
) -> Result<ExecuteScriptResult, SqlExecCoreError>Expand description
执行脚本或单条语句。 Execute a script or a single statement.
pub fn execute_script(
conn: &mut Connection,
sql: &str,
bound_values: &[Value],
) -> Result<ExecuteScriptResult, SqlExecCoreError>执行脚本或单条语句。 Execute a script or a single statement.