Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParameter

Describes the structure of a Progress procedure / function / method parameter.

Hierarchy

  • IParameter

Implemented by

Index

Properties

direction

direction: Direction

The direction of the parameter. (INPUT / OUTPUT / INPUT-OUTPUT).

Optional json

json: boolean

Specifies whether the parameter is a JSON object.

Optional schema

schema: Schema

The schema of the parameter, if the parameter is a TABLE or DATASET.

Optional sql

sql: boolean

Specifies whether the parameter is an SQL object.

Optional type

type: DataType

The type of the parameter.

Optional value

value: any

The value of the parameter.