Hierarchy

  • DBSubprogram
  • JavaScript representation of a PL/SQL subprogram.

    Parameters

    • Rest ...arg: any[]

    Returns any

Methods

  • Override the return type of the subprogram. If the subprogram being represented is a procedure this has no effect.

    Remarks

    Type names are case-sensitive.

    Parameters

    • dbType: string | number | ReturnInfo

      the database type. This needs to be either an oracledb type constant or a string containing the name of a user defined database type (only for named types like records and objects). If more info needs to be specified ReturnInfo can be used.

    Returns DBSubprogram