[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpsqltree.pp line 1346
type TSQLCreateDatabaseStatement = class(TSQLAlterCreateDatabaseStatement) |
public |
constructor Create(); override; |
destructor Destroy; override; |
function GetAsSQL(); override; |
property FileName: TSQLStringType; [rw] |
property UserName: TSQLStringType; [rw] |
property Password: TSQLStringType; [rw] |
property PageSize: Integer; [rw] |
property Length: Integer; [rw] |
property CharSet: TSQLIdentifierName; [rw] |
property SecondaryFiles: TSQLElementList; [r] |
end; |
| |
| |
| |
| |
| |
| |
TObject |