Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace JobInBind

The details of the job in-bind variable.

Properties

Optional arrayTypeName

arrayTypeName: undefined | string

The Oracle schema object name for the predefined type of array.

dataType

dataType: DataType

The datatype of the in-bind variable.

position

position: number

The position of the in-bind variable. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

values

values: Array<string>

The values for the in-bind variable.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: JobInBind): object

getJsonObj