Ceci est une ancienne révision du document !
dbgenericselectindict(usession, itbl, ifldkey, iflds, iorder, isens="A", iorderother="", isensother="A", ifldcond="", ifldcondval="", ifldop="=", ifldcond2="", ifldcondval2="", ifldop2="=", dbtype=None, ifldcond3="", ifldcondval3="", ifldop3="=")
Paramètre | Type | Default | Description |
---|---|---|---|
usession | session | None | NCHP Session |
itbl | string | None | table to fetch |
ifldkey | string | None | fields that wil be key for return dict |
iflds | list | None | fields to put values in |
iorder | string | None | Field for default sort |
isens | “A” or “D” | A | sort ascendant or descendant |
iorderother | string | optional second sort | |
isensother | “A” or “D” | A | sort ascendant or descendant for second sort |
ifldcond | string | optional field to check in where clause | |
ifldcondval | undefined | optional value for field to check in where clause | |
ifldop | string | = | optional operator for field to check in where clause |
ifldcond2 | string | optional second field to check in where clause | |
ifldcondval2 | undefined | optional second value for field to check in where clause | |
ifldop2 | string | = | optional second operator for field to check in where clause |
dbtype | None | ||
ifldcond3 | |||
ifldcondval3 | |||
ifldop3 | = |