# | Line 421 | Line 421 | type | |
---|---|---|
421 | function getSQLParam(index: integer): ISQLParam; | |
422 | function ByName(Idx: AnsiString): ISQLParam ; | |
423 | function GetModified: Boolean; | |
424 | + | function GetHasCaseSensitiveParams: Boolean; |
425 | end; | |
426 | ||
427 | { TResults } | |
# | Line 2392 | Line 2393 | begin | |
2393 | end; | |
2394 | end; | |
2395 | ||
2396 | + | function TSQLParams.GetHasCaseSensitiveParams: Boolean; |
2397 | + | begin |
2398 | + | Result := FSQLParams.CaseSensitiveParams; |
2399 | + | end; |
2400 | + | |
2401 | { TResults } | |
2402 | ||
2403 | procedure TResults.CheckActive; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |