Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SelectPermission

Hierarchy

  • SelectPermission

Index

Properties

Optional allow_aggregations

allow_aggregations: boolean

Toggle allowing aggregate queries

columns

columns: PGColumn[] | "*"

Only these columns are selectable (or all when '*' is specified)

Optional computed_fields

computed_fields: ComputedFieldName[]

Only these computed fields are selectable

Optional filter

filter: {}

Only the rows where this precondition holds true are selectable

Type declaration

  • [key: string]: object | string | number

Optional limit

limit: number

The maximum number of rows that can be returned

tjs-type

integer

Generated using TypeDoc