Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Types

The GQL has a basic type system with only four types to be used for safe functions call and expressions.

Types information's

NameDescription
AnyUsed to represent Any data type
TextUsed to represent string literal
IntegerUsed to represent integers
FloatUsed to represent floats
BooleanUsed to represent boolean value
DateUsed to represent date
TimeUsed to represent time
DateTimeUsed to represent date & time
Array(type)Used to represent an array of type
Range(type)Used to represent a range of type
Variant(types)Used to represent a variant of types
Optional(type)Used to represent a optional type or none
Varargs(type)Used to represent a variable arguments type
CompositeUsed to represent a composite of other types

[8]ページ先頭

©2009-2025 Movatter.jp