Source position: db.pas line 1368
type TParamType = (
ptUnknown,
ptInput,
ptOutput,
ptInputOutput,
ptResult
);