Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PostgresDialect

Hierarchy

Index

Constructors

constructor

Properties

Protected client

client: IClient

connectionData

connectionData: ConnectionData

options

options: Options

Protected real_client

real_client: any

Methods

getClient

getColumns

  • getColumns(table: any): Promise<object>

getMapping

  • getMapping(): object

getTableNames

  • getTableNames(): Promise<any[]>

getTables

  • getTables(): Promise<any>

mapColumn

  • mapColumn(column_type: string): string

transformColumn