[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpcgsqlconst.pp line 46
type TDDSQLConstGenerator = class(TDDCustomCodeGenerator) |
protected |
function CreateOptions; override; |
procedure DoGenerateInterface(); override; |
procedure DoGenerateImplementation(); override; |
function GetSQL; override; |
procedure SetSQL(); override; |
function SQLOptions; |
public |
constructor Create(); override; |
destructor Destroy; override; |
class function NeedsSQL; override; |
class function NeedsFieldDefs; override; |
end; |
| |
| |
TObject |