API:Data.DBXCommonTable.TDBXStreamerRow

Delphi
TDBXStreamerRow = class abstract(TDBXRow)
C++
class PASCALIMPLEMENTATION TDBXStreamerRow : public Data::Dbxcommon::TDBXRow
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.DBXCommonTable.pas Data.DBXCommonTable.hpp |
Data.DBXCommonTable | Data.DBXCommonTable |
Description
Represents a row in a database.
Data.DBXCommonTable.TDBXStreamerRow inherits from Data.DBXCommon.TDBXRow. All content below this line refers to Data.DBXCommon.TDBXRow.
Represents a row in a database.
This class represents a row in a database. It provides a set of methods for manipulating database record data. It is extended by driver implementations. It is not used directly by applications.