Options
All
  • Public
  • Public/Protected
  • All
Menu

Module sql/SqlResult

Index

Interfaces

Type aliases

Type aliases

SqlRowAsObject

SqlRowAsObject: {}

An SqlResult iterates over this type if SqlStatementOptions.returnRawResult is set to false (by default false) while executing an SQL query.

Keys are column names and values are values in the SQL row.

Type declaration

  • [key: string]: any

SqlRowType

SqlRowType: SqlRow | SqlRowAsObject

Represents one of SqlRow and SqlRowAsObject.

Generated using TypeDoc