Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SelectDAL

Index

Methods

Methods

Static select

  • select(sql: string, where: Array<any>): Promise<__type[]>
  • 查询一个SQL

    export

    Parameters

    • sql: string

      SQL语句

    • where: Array<any>

      条件数组

    Returns Promise<__type[]>