Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PgNotice

A notification emited by Postgres.

Hierarchy

  • PgNotice

Index

Constructors

constructor

  • Returns PgNotice

  • Parameters

    Returns PgNotice

Methods

getCode

  • getCode(): string
  • Returns string

getColumn

  • getColumn(): string
  • Returns string

getConstraint

  • getConstraint(): string
  • Returns string

getDataType

  • getDataType(): string
  • Returns string

getDetail

  • getDetail(): string
  • Returns string

getFile

  • getFile(): string
  • Returns string

getHint

  • getHint(): string
  • Returns string

getInternalPosition

  • getInternalPosition(): string
  • Returns string

getInternalQuery

  • getInternalQuery(): string
  • Returns string

getLine

  • getLine(): string
  • Returns string

getMessage

  • getMessage(): string
  • Returns string

getPosition

  • getPosition(): string
  • Returns string

getRoutine

  • getRoutine(): string
  • Returns string

getSchema

  • getSchema(): string
  • Returns string

getSeverity

  • getSeverity(): string
  • Returns string

getTable

  • getTable(): string
  • Returns string

getWhere

  • getWhere(): string
  • Returns string

setCode

  • Parameters

    • code: string

    Returns PgNotice

setColumn

  • Parameters

    • column: string

    Returns PgNotice

setConstraint

  • setConstraint(constraint: string): PgNotice
  • Parameters

    • constraint: string

    Returns PgNotice

setDataType

  • setDataType(dataType: string): PgNotice
  • Parameters

    • dataType: string

    Returns PgNotice

setDetail

  • Parameters

    • detail: string

    Returns PgNotice

setFile

  • Parameters

    • file: string

    Returns PgNotice

setHint

  • Parameters

    • hint: string

    Returns PgNotice

setInternalPosition

  • setInternalPosition(internalPosition: string): PgNotice
  • Parameters

    • internalPosition: string

    Returns PgNotice

setInternalQuery

  • setInternalQuery(internalQuery: string): PgNotice
  • Parameters

    • internalQuery: string

    Returns PgNotice

setLine

  • Parameters

    • line: string

    Returns PgNotice

setMessage

  • Parameters

    • message: string

    Returns PgNotice

setPosition

  • setPosition(position: string): PgNotice
  • Parameters

    • position: string

    Returns PgNotice

setRoutine

  • Parameters

    • routine: string

    Returns PgNotice

setSchema

  • Parameters

    • schema: string

    Returns PgNotice

setSeverity

  • setSeverity(severity: string): PgNotice
  • Parameters

    • severity: string

    Returns PgNotice

setTable

  • Parameters

    • table: string

    Returns PgNotice

setWhere

  • Parameters

    • where: string

    Returns PgNotice

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc