-
-
Notifications
You must be signed in to change notification settings - Fork 2
incendium.db.OutParam
César Román edited this page Jun 6, 2025
·
8 revisions
-
Param
- OutParam
Class used for declaring OUTPUT parameters.
Args:
- name_or_index (
int
|AnyStr
): Index (int starting at 1, not 0), or name (AnyStr
). - type_code (
int
): Type code constant fromsystem.db
.
Create a list
of OutParam
when calling incendium.db
functions.