Class TediousRequest

Hierarchy

  • TediousRequest

Constructors

Methods

Constructors

Methods

  • Parameters

    • name: string
    • type: TediousType
    • value: any
    • Optional options: {
          length?: number | "max";
          precision?: number;
          scale?: number;
      }
      • Optional length?: number | "max"
      • Optional precision?: number
      • Optional scale?: number

    Returns void

Generated using TypeDoc