Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Query

Base class for Queries (Select, Insert, Delete, Update).

Hierarchy

Index

Methods

Abstract buildQuery

Abstract execute

  • Execute the query and return the results.

    Parameters

    • exe: ExecutableQuery

      An ExecutableQuery instance with a query string and parameters.

    Returns Promise<any>

Abstract toString

  • toString(): string
  • Convert the query to a string.

    Returns string

    The SQL string.

Generated using TypeDoc