Skip to content

incendium.db.OutParam

César Román edited this page Feb 11, 2022 · 8 revisions

Description

Class used for declaring OUTPUT parameters.

Syntax

OutParam(name_or_index, type_code)

Args:

  • name_or_index (object): Index (int starting at 1, not 0), or name (str).
  • type_code (int): Type code constant from system.db.

Recommendations

Create a list of OutParam when calling incendium.db functions.

Code Examples

See incendium.db.get_output_params.

Clone this wiki locally