Data.DBXCommon.TDBXStreamValue.GetJSONStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetJSONStream(AInstanceOwner: Boolean): TDBXJSONStream; override;

C++

virtual TDBXJSONStream* __fastcall GetJSONStream(bool AInstanceOwner)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXStreamValue

Description

Gets the TStream value for binary data types as a JDBXJSONStream. Throws a TDBXError exception if TDBXValue.IsNull is true.

Data.DBXCommon.TDBXStreamValue.GetJSONStream inherits from Data.DBXCommon.TDBXValue.GetJSONStream. All content below this line refers to Data.DBXCommon.TDBXValue.GetJSONStream.

Gets the TStream value for binary data types as a JDBXJSONStream. Throws a TDBXError exception if TDBXValue.IsNull is true.