Documentation ¶
Index ¶
- Constants
- type Aggregate
- type Alias
- type As
- type C
- type Case
- type CastAs
- type Column
- type DataType
- type Encoding
- type Field
- type Func
- type Group
- type JSONColumn
- type JSONFunc
- type Join
- type JoinType
- type KV
- type L
- type Lock
- type LockOption
- type LockType
- type Math
- type Nil
- type Operator
- type Pair
- type R
- type Raw
- type Sort
- type Value
Constants ¶
View Source
const ( JSON_CONTAINS jsonFunction = iota + 1 JSON_PRETTY JSON_KEYS JSON_TYPE JSON_VALID JSON_QUOTE JSON_UNQUOTE JSON_SET JSON_EXTRACT JSON_INSERT JSON_REPLACE JSON_REMOVE MEMBER_OF )
sql functions :
View Source
const ( Add operator = iota Deduct )
operators :
View Source
const ( Ascending order = iota Descending )
orders :
View Source
const ( Sum aggregate = iota + 1 Count Average Max Min )
aggregation :
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.