RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLConnection.GetSchemaNames Method (TStrings)

Returns the schema names for all objects in the given data source.

Pascal
procedure GetSchemaNames(List: TStrings); overload;
procedure GetSchemaNames(List: TWideStrings); overload;
C++
__fastcall GetSchemaNames(TStrings List);
__fastcall GetSchemaNames(TWideStrings List);
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!