Data.SqlExpr.TSQLSchemaInfo

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
record
struct
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: Data.SqlExpr

Delphi

TSQLSchemaInfo = record

C++

struct DECLSPEC_DRECORD TSQLSchemaInfo
{
public:
    TSchemaType FType;
    System::UnicodeString ObjectName;
    System::UnicodeString Pattern;
    System::UnicodeString PackageName;
};

Description

Record that indicates whether the dataset represents metadata from the server, and, if so, what kind.

TSQLSchemaInfo is used by TCustomSQLDataSet to specify whether the dataset represents metadata from the server, and, if so, what kind. See the members' documentation for further details.

See Also