Class TXQValueInt64
Unit
xquery
Declaration
type TXQValueInt64 = class(TXQValue)
Description
int64 value (for larger integers use TXQValueDecimal)
Hierarchy
- TInterfacedObject
- TXQValue
- TXQValueInt64
Overview
Fields
Methods
Description
Fields
|
value: int64; |
|
Methods
|
constructor create(atypeAnnotation: TXSType); reintroduce; virtual; |
|
|
constructor create(const aint: int64); reintroduce; virtual; |
|
|
constructor create(atypeAnnotation: TXSType; const aint: int64); |
|
|
constructor create(atypeAnnotation: TXSType; const avalue: IXQValue); 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.
|