[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsqltree.pp line 1146
type TSQLDeclareExternalFunctionStatement = class(TSQLCreateOrAlterStatement) |
public |
constructor Create(); override; |
destructor Destroy; override; |
function GetAsSQL(); override; |
property ModuleName: TSQLStringType; [rw] |
property EntryPoint: TSQLStringType; [rw] |
property ReturnType: TSQLTypeDefinition; [rw] |
property Arguments: TSQLElementList; [r] |
property FreeIt: Boolean; [rw] |
end; |
| |
| |
| |
| |
| |
TObject |