Skip to content

SelectQueryBuilder.(constructor)

Home > @direct-sqlite/core > SelectQueryBuilder > (constructor)

Constructs a new instance of the SelectQueryBuilder class

Signature:

constructor(db: Database, client: GenericSqliteClient, tableName: string, selectedColumns: TSelectedKey[]);

Parameter

Type

Description

db

Database

client

GenericSqliteClient

tableName

string

selectedColumns

TSelectedKey[]