-
-
Notifications
You must be signed in to change notification settings - Fork 2
incendium.db.OutParam
César Román edited this page Feb 11, 2022
·
8 revisions
Class used for declaring OUTPUT parameters.
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.