API:Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.TDBXMySql4IndexesCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDBXMySql4IndexesCursor = class(TDBXCustomMetaDataTable)

C++

class PASCALIMPLEMENTATION TDBXMySql4IndexesCursor : public Data::Dbxmetadatareader::TDBXCustomMetaDataTable

Properties

Type Visibility Source Unit Parent
class public
Data.DBXMySqlMetaDataReader.pas
Data.DBXMySqlMetaDataReader.hpp
Data.DBXMySqlMetaDataReader TDBXMySqlCustomMetaDataReader

Description


Represents a persisted table model.

Data.DBXMySqlMetaDataReader.TDBXMySqlCustomMetaDataReader.TDBXMySql4IndexesCursor inherits from Data.DBXCommonTable.TDBXRowTable. All content below this line refers to Data.DBXCommonTable.TDBXRowTable.

Represents a persisted table model.

The TDBXRowTable represents a persisted table model. The table is based on a current row that is handled by a TDBXRow instance. A null TDBXRow is supported, but its use is not encouraged. Use a TDBXMemoryTable instead.

The TDBXRowTable instance assumes TDBXRow ownership.

See Also