statement.run([namedParameters][, ...anonymousParameters])


此方法执行一个预处理语句,并返回一个总结结果更改的对象。预处理语句 参数已绑定 使用 namedParametersanonymousParameters 中的值。

【This method executes a prepared statement and returns an object summarizing the resulting changes. The prepared statement parameters are bound using the values in namedParameters and anonymousParameters.】