Set of TParamType.
Source position: db.pas line 1379
type TParamTypes = set of ( |
||
ptUnknown, |
|
Unknown type. |
ptInput, |
|
Input parameter. |
ptOutput, |
|
Output parameter, filled on result. |
ptInputOutput, |
|
Input/output parameter. |
ptResult |
|
Result parameter. |
); |
TParamTypes is defined for completeness: a set of TParamType values.
|
Type of parameter. |
|
|
Parameter type. |