-
-
Notifications
You must be signed in to change notification settings - Fork 2
incendium.db.OutParam
César Román edited this page Oct 21, 2021
·
8 revisions
Class used for declaring OUTPUT parameters.
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
.
Create a list
of OutParam
when calling incendium.db
functions.