Skip to content

incendium.db.Param

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

Description

Base class used for defining [IN|OUT]PUT parameters.

Syntax

Param([name_or_index], [type_code], [value])

Args:

  • name_or_index (object): Parameter name or index.
  • type_code (int): Type code constant.
  • value (object): Value of type type_code.

Recommendations

While Param is publicly available, you should use its derived classes: InParam, and OutParam.

Clone this wiki locally