Gjsify LogoGjsify Logo

The statement is an INSERT statement, any kind of INSERT statement can be represented using this structure (if this is not the case then report a bug). Example of a #GdaSqlStatement having a #GdaSqlStatementInsert as its contents with 2 lists of values to insert. Another example of a #GdaSqlStatement having a #GdaSqlStatementInsert as its contents, using a SELECT to express the values to insert.

record

Hierarchy

  • SqlStatementInsert

Index

Constructors

Properties

inheritance structure

field
fields_list: object[]

list of #GdaSqlField fields which are valued for insertion

field
on_conflict: string

conflict resolution clause if there is one (such as "OR REPLACE")

field
select: Gda.SqlAnyPart

a #GdaSqlStatementSelect or #GdaSqlStatementCompound structure representing the values to insert

field
table: Gda.SqlTable

name of the table to which data is inserted

field
values_list: object[]

list of list of #GdaSqlExpr expressions (this is a list of list, not a simple list)

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method