Skip to content

incendium.db.OutParam

César Román edited this page Jun 6, 2025 · 8 revisions

Class OutParam

Description

Class used for declaring OUTPUT parameters.

Syntax

OutParam(name_or_index, type_code)

Args:

  • name_or_index (int | AnyStr): Index (int starting at 1, not 0), or name (AnyStr).
  • 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