Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DefaultSchemaHandler

Hierarchy

Index

Constructors

constructor

Properties

Readonly storageRef

storageRef: TypeOrmStorageRef

type

type: string = ...

Static operations

operations: {} = {}

Type declaration

  • [type: string]: {}
    • [op: string]: (...args: any[]) => string
        • (...args: any[]): string
        • Parameters

          • Rest ...args: any[]

          Returns string

Static typeMap

typeMap: {} = {}

Type declaration

  • [type: string]: {}
    • [type: string]: string

Static types

types: string[] = []

Static values

values: {} = {}

Type declaration

  • [type: string]: {}
    • [op: string]: (...args: any[]) => string
        • (...args: any[]): string
        • Parameters

          • Rest ...args: any[]

          Returns string

Methods

escape

  • escape(name: string, quote?: boolean): string

getCollection

getCollectionNames

  • getCollectionNames(): Promise<string[]>

getCollections

getOperationHandle

  • getOperationHandle(name: string): (...args: any[]) => string

getTypeMap

  • getTypeMap(): {} | {}

getValueHandle

  • getValueHandle(name: string): (...args: any[]) => string

initOnceByType

  • initOnceByType(): void

prepare

  • prepare(): void

registerOperationHandle

  • registerOperationHandle(name: string, op: (...args: any[]) => string): void

registerValueHandle

  • registerValueHandle(name: string, op: (...args: any[]) => string): void

supportsJson

  • supportsJson(): boolean

supportsSortNull

  • supportsSortNull(): boolean

translateToJsType

  • translateToJsType(dbType: string): JS_DATA_TYPES

translateToStorageType

  • translateToStorageType(jsType: string, length?: number): IDBType

Generated using TypeDoc