RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXDatabaseMetaData Class

Common database specific metadata.

Pascal
TDBXDatabaseMetaData = class;
C++
class TDBXDatabaseMetaData;

TDBXDatabaseMetaData provides convenient access to common database specific metadata. This metadata can also be retrieved by creating a TDBXCommand instance with its CommandType property set to TDBXCommandTypes.DbxMetadata, setting its TDBXCommand.Text property to 'GetDatabase', and calling TDBXCommand.ExecuteQuery. For most applications, it is more straightforward and efficient to retrieve this metadata using TDBXDatabaseMetaData because it executes the 'GetDatabase' command once and caches the retrieved metadata. 

 

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