[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sqldbrestbridge.pp line 59
type TSQLDBRestConnection = class(TSQLDBConnectionDef) |
protected |
function GetName; override; |
property SchemaName: UTF8String; [rw] |
public |
constructor Create(); override; |
destructor Destroy; override; |
procedure Assign(); override; |
procedure ConfigConnection(); virtual; |
published |
property SingleConnection: TSQLConnection; [rw] |
end; |
| |
TObject |