Skip to main content
Module

x/typeorm/src/index.ts>InsertQueryBuilder#returning

Forked from https://github.com/typeorm/typeorm
Latest
method InsertQueryBuilder.prototype.returning
import { InsertQueryBuilder } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Optional returning/output clause. This will return given column values.

Parameters

columns: string[]

Optional returning/output clause. Returning is a SQL string containing returning statement.

Parameters

returning: string

Optional returning/output clause.

Parameters

returning: string | string[]