[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsqltree.pp line 846
type TSQLInsertStatement = class(TSQLTableDMLStatement) |
public |
destructor Destroy; override; |
function GetAsSQL(); override; |
property Fields: TSQLElementList; [rw] |
property Values: TSQLElementList; [rw] |
property Select: TSQLSelectStatement; [rw] |
end; |
| |
| |
| |
| |
| |
TObject |