Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IQueryInsert

An INSERT query creates a new record in the table and sets the values for each field specified in the query.

since

1.1.0

Hierarchy

Implemented by

Index

Properties

Properties

fields

fields: ISetField[] | object

The field and values to set when the query is executed.

table

table: string

The name of the table.