Data.DBXCommonTable.TDBXJSONTableReader

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXReaderData.DBXCommon.TDBXValueListSystem.TObjectTDBXJSONTableReader

Delphi

TDBXJSONTableReader = class(TDBXReader)

C++

class PASCALIMPLEMENTATION TDBXJSONTableReader : public Data::Dbxcommon::TDBXReader

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable Data.DBXCommonTable

Description

TDBXJSONTableReader provides a unidirectional reader for a collection of database rows.

TDBXJSONTableReader provides a forward only reader for a collection of database rows. The rows are returned as JSON.

Note: When an application no longer needs a TDBXJSONTableReader instance, it should call TDBXJSONTableReader.Free. This ensures that all resources associated with the TDBXJSONTableReader are released.

See Also