Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ColumnLookup

Helper class that maps between column aliases and fully-qualified column names. Users of formn always deal with properties (Column-decorated properties of Table-decorated classes), and those properties need to be mapped to column names when querying. This class helps with that mapping process.

Hierarchy

  • ColumnLookup

Index

Methods

addColumn

  • addColumn(property: string, fqColName: string): this

getColumn

  • getColumn(property: string): string

Generated using TypeDoc