Class TRALStorageJSON

Unit

Declaration

type TRALStorageJSON = class(TRALStorage)

Description

TRALStorageJSON

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Protected function JSONFormatDateTime(AValue: TDateTime): StringRAL;
Protected function StringToJSONString(AValue: StringRAL): StringRAL; overload;
Protected function StringToJSONString(AValue: TStream): StringRAL; overload;
Protected function WriteBlob(AValue: TStream): StringRAL;
Protected function WriteBoolean(AValue: Boolean): StringRAL;
Protected function WriteDateTime(AValue: TDateTime): StringRAL;
Protected function WriteFieldBlob(AFieldName: StringRAL; AValue: TStream): StringRAL;
Protected function WriteFieldBoolean(AFieldName: StringRAL; AValue: Boolean): StringRAL;
Protected function WriteFieldDateTime(AFieldName: StringRAL; AValue: TDateTime): StringRAL;
Protected function WriteFieldFloat(AFieldName: StringRAL; AValue: Double): StringRAL;
Protected function WriteFieldInt64(AFieldName: StringRAL; AValue: Int64RAL): StringRAL;
Protected function WriteFieldMemo(AFieldName: StringRAL; AValue: TStream): StringRAL;
Protected function WriteFieldNull(AFieldName: StringRAL): StringRAL;
Protected function WriteFieldString(AFieldName: StringRAL; AValue: StringRAL): StringRAL;
Protected function WriteFloat(AValue: Double): StringRAL;
Protected function WriteInt64(AValue: Int64RAL): StringRAL;
Protected function WriteMemo(AValue: TStream): StringRAL;
Protected function WriteString(AValue: StringRAL): StringRAL;
Protected procedure WriteStringToStream(AStream: TStream; AValue: StringRAL);

Properties

Published property FormatOptions: TRALJSONFormatOptions read FFormatOptions write FFormatOptions;

Description

Methods

Public constructor Create;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Protected function JSONFormatDateTime(AValue: TDateTime): StringRAL;

This item has no description.

Protected function StringToJSONString(AValue: StringRAL): StringRAL; overload;

This item has no description.

Protected function StringToJSONString(AValue: TStream): StringRAL; overload;

This item has no description.

Protected function WriteBlob(AValue: TStream): StringRAL;

This item has no description.

Protected function WriteBoolean(AValue: Boolean): StringRAL;

This item has no description.

Protected function WriteDateTime(AValue: TDateTime): StringRAL;

This item has no description.

Protected function WriteFieldBlob(AFieldName: StringRAL; AValue: TStream): StringRAL;

This item has no description.

Protected function WriteFieldBoolean(AFieldName: StringRAL; AValue: Boolean): StringRAL;

This item has no description.

Protected function WriteFieldDateTime(AFieldName: StringRAL; AValue: TDateTime): StringRAL;

This item has no description.

Protected function WriteFieldFloat(AFieldName: StringRAL; AValue: Double): StringRAL;

This item has no description.

Protected function WriteFieldInt64(AFieldName: StringRAL; AValue: Int64RAL): StringRAL;

This item has no description.

Protected function WriteFieldMemo(AFieldName: StringRAL; AValue: TStream): StringRAL;

This item has no description.

Protected function WriteFieldNull(AFieldName: StringRAL): StringRAL;

This item has no description.

Protected function WriteFieldString(AFieldName: StringRAL; AValue: StringRAL): StringRAL;

This item has no description.

Protected function WriteFloat(AValue: Double): StringRAL;

This item has no description.

Protected function WriteInt64(AValue: Int64RAL): StringRAL;

This item has no description.

Protected function WriteMemo(AValue: TStream): StringRAL;

This item has no description.

Protected function WriteString(AValue: StringRAL): StringRAL;

This item has no description.

Protected procedure WriteStringToStream(AStream: TStream; AValue: StringRAL);

This item has no description.

Properties

Published property FormatOptions: TRALJSONFormatOptions read FFormatOptions write FFormatOptions;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.