Class TXQValueDecimal
Unit
xquery
Declaration
type TXQValueDecimal = class(TXQValue)
Description
BigDecimal value (almost unlimited decimal floating number a*10ˆb for a,b \in \mathbb{Z})
Hierarchy
- TInterfacedObject
- TXQValue
- TXQValueDecimal
Overview
Fields
Methods
Description
Fields
Methods
|
constructor create(const v: BigDecimal); reintroduce; virtual; |
|
|
constructor create(atypeannotation: TXSType; const v: BigDecimal); reintroduce; virtual; |
|
|
constructor create(atypeAnnotation: TXSType; const avalue: IXQValue); override; |
|
|
destructor Destroy; override; |
|
|
function toBoolean: boolean; override; |
Converts the TXQValue dynamically to boolean
|
|
function toInt64: Int64; override; |
Converts the TXQValue dynamically to integer
|
|
function toString: string; override; |
Converts the TXQValue dynamically to string
|
|
function toDateTime: TDateTime; override; |
Converts the TXQValue dynamically to TDateTime
|
|
function jsonSerialize(nodeFormat: TTreeNodeSerialization; insertWhitespace: boolean = false; const indent: string = ''): string; override; |
|
Generated by PasDoc 0.14.0.
|