Class TRALStorageJSON
Unit
Declaration
type TRALStorageJSON = class(TRALStorage)
Description
TRALStorageJSON
Hierarchy
- TObject
- TPersistent
- TRALStorage
- TRALStorageJSON
Overview
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function JSONFormatDateTime(AValue: TDateTime): StringRAL; |
![]() |
function StringToJSONString(AValue: StringRAL): StringRAL; overload; |
![]() |
function StringToJSONString(AValue: TStream): StringRAL; overload; |
![]() |
function WriteBlob(AValue: TStream): StringRAL; |
![]() |
function WriteBoolean(AValue: Boolean): StringRAL; |
![]() |
function WriteDateTime(AValue: TDateTime): StringRAL; |
![]() |
function WriteFieldBlob(AFieldName: StringRAL; AValue: TStream): StringRAL; |
![]() |
function WriteFieldBoolean(AFieldName: StringRAL; AValue: Boolean): StringRAL; |
![]() |
function WriteFieldDateTime(AFieldName: StringRAL; AValue: TDateTime): StringRAL; |
![]() |
function WriteFieldFloat(AFieldName: StringRAL; AValue: Double): StringRAL; |
![]() |
function WriteFieldInt64(AFieldName: StringRAL; AValue: Int64RAL): StringRAL; |
![]() |
function WriteFieldMemo(AFieldName: StringRAL; AValue: TStream): StringRAL; |
![]() |
function WriteFieldNull(AFieldName: StringRAL): StringRAL; |
![]() |
function WriteFieldString(AFieldName: StringRAL; AValue: StringRAL): StringRAL; |
![]() |
function WriteFloat(AValue: Double): StringRAL; |
![]() |
function WriteInt64(AValue: Int64RAL): StringRAL; |
![]() |
function WriteMemo(AValue: TStream): StringRAL; |
![]() |
function WriteString(AValue: StringRAL): StringRAL; |
![]() |
procedure WriteStringToStream(AStream: TStream; AValue: StringRAL); |
Properties
![]() |
property FormatOptions: TRALJSONFormatOptions read FFormatOptions
write FFormatOptions; |
Description
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function JSONFormatDateTime(AValue: TDateTime): StringRAL; |
![]() |
function StringToJSONString(AValue: StringRAL): StringRAL; overload; |
![]() |
function StringToJSONString(AValue: TStream): StringRAL; overload; |
![]() |
function WriteBlob(AValue: TStream): StringRAL; |
![]() |
function WriteBoolean(AValue: Boolean): StringRAL; |
![]() |
function WriteDateTime(AValue: TDateTime): StringRAL; |
![]() |
function WriteFieldBlob(AFieldName: StringRAL; AValue: TStream): StringRAL; |
![]() |
function WriteFieldBoolean(AFieldName: StringRAL; AValue: Boolean): StringRAL; |
![]() |
function WriteFieldDateTime(AFieldName: StringRAL; AValue: TDateTime): StringRAL; |
![]() |
function WriteFieldFloat(AFieldName: StringRAL; AValue: Double): StringRAL; |
![]() |
function WriteFieldInt64(AFieldName: StringRAL; AValue: Int64RAL): StringRAL; |
![]() |
function WriteFieldMemo(AFieldName: StringRAL; AValue: TStream): StringRAL; |
![]() |
function WriteFieldNull(AFieldName: StringRAL): StringRAL; |
![]() |
function WriteFieldString(AFieldName: StringRAL; AValue: StringRAL): StringRAL; |
![]() |
function WriteFloat(AValue: Double): StringRAL; |
![]() |
function WriteInt64(AValue: Int64RAL): StringRAL; |
![]() |
function WriteMemo(AValue: TStream): StringRAL; |
![]() |
function WriteString(AValue: StringRAL): StringRAL; |
![]() |
procedure WriteStringToStream(AStream: TStream; AValue: StringRAL); |
Properties
![]() |
property FormatOptions: TRALJSONFormatOptions read FFormatOptions
write FFormatOptions; |
GitHub Repository
Generated by PasDoc 0.16.0.


