Skip to content

incendium.db.OutParam

César Román edited this page Apr 30, 2024 · 6 revisions

Class OutParam

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.

See [incendium.db.execute_non_query].

Clone this wiki locally