API:Data.SqlExpr.TSQLSchemaInfo
Delphi
TSQLSchemaInfo = record
FType: TSchemaType;
ObjectName: string;
Pattern: string;
PackageName : string;
end;
C++
struct DECLSPEC_DRECORD TSQLSchemaInfo
{
public:
TSchemaType FType;
System::UnicodeString ObjectName;
System::UnicodeString Pattern;
System::UnicodeString PackageName;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | Data.SqlExpr |
Description
Embarcadero Technologies does not currently have any additional information.