RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SqlExpr.TSQLSchemaInfo Record
Pascal
TSQLSchemaInfo = record
  FType: TSchemaType;
  ObjectName: UnicodeString;
  Pattern: UnicodeString;
  PackageName: UnicodeString;
end;
C++
struct TSQLSchemaInfo {
  TSchemaType FType;
  UnicodeString ObjectName;
  UnicodeString Pattern;
  UnicodeString PackageName;
};

This is record SqlExpr.TSQLSchemaInfo.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!