Source position: db.pas line 1369
type TParamTypes = set of (
ptUnknown,
ptInput,
ptOutput,
ptInputOutput,
ptResult
);