RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXDatabaseMetaData Class

Common database specific metadata.

Pascal
TDBXDatabaseMetaData = class;
C++
class TDBXDatabaseMetaData;

DBXCommon

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!