Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FunctionArgument

Class which represent a PostgreSQL {@link Function function} argument. Provides attributes and methods for details of the function argument.

Hierarchy

  • FunctionArgument

Index

Properties

Readonly argumentNumber

argumentNumber: number

The order number of the argument. It is zero based index.

Readonly isArray

isArray: boolean

Whether given argument is an array.

Readonly mode

Mode of the function arguments such as in, inout, out, variadic or table.

Readonly name

name: string

Name of the argument. Empty string if arguments is without a name.

Readonly type

type: Type

Type of the argument

Generated using TypeDoc