-
-
Notifications
You must be signed in to change notification settings - Fork 2
incendium.db.OutParam
César Román edited this page Apr 30, 2024
·
6 revisions
-
incendium.db.Param
- incendium.db.OutParam
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 fromsystem.db
.
Create a list
of OutParam
when calling incendium.db
functions.
See incendium.db.get_output_params
.
See [incendium.db.execute_non_query
].