[Overview][Constants][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: tiAutoMap.pas line 349
type TVisAutoAbs = class(TtiObjectVisitor) end; |
protected |
FWhere: TtiQueryParams; |
FParams: TtiQueryParams; |
procedure AddToParams(); virtual; |
procedure QueryResultToObject(); |
procedure GetWhereAttrColMaps; virtual; abstract; |
procedure GetAttrColMaps; virtual; abstract; |
procedure SetupParams; override; |
function ParamsToString(); |
public |
procedure Execute(); override; |
constructor Create; override; |
destructor Destroy; override; |
| | ||
|
Is responsible for mapping a TtiObject to a TQuery |
|
| | ||
|
The class that does the visiting |
|
| | ||
TtiBaseObject,IInterface |
||
| | ||
TObject |