Data.DBXCommonTable.TDBXJSONTableReader

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXReaderData.DBXCommon.TDBXValueListSystem.TObjectTDBXJSONTableReader
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: Data.DBXCommonTable

Delphi

TDBXJSONTableReader = class(TDBXReader)

C++

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

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