Skip to main content

run

method StatementSync.prototype.run
Jump to headingStatementSync.prototype.run(...anonymousParameters: SupportedValueType[]): StatementResultingChanges

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.

Parameters Jump to heading

Jump to heading<span>...anonymousParameters</span>: SupportedValueType[]

Return Type Jump to heading

Jump to headingStatementSync.prototype.run(
namedParameters: Record<string, SupportedValueType>,
...anonymousParameters: SupportedValueType[],
): StatementResultingChanges

Parameters Jump to heading

Jump to headingnamedParameters: Record<string, SupportedValueType>
Jump to heading<span>...anonymousParameters</span>: SupportedValueType[]

Return Type Jump to heading

Back to top