Skip to main content
Module

x/typeorm/src/index.ts>InsertResult

Forked from https://github.com/typeorm/typeorm
Latest
class InsertResult
Re-export
import { InsertResult } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Result object returned by InsertQueryBuilder execution.

Properties

generatedMaps: ObjectLiteral[]

Generated values returned by a database. Has entity-like structure (not just column database name and values).

identifiers: ObjectLiteral[]

Contains inserted entity id. Has entity-like structure (not just column database name and values).

raw: any

Raw SQL result returned by executed query.