Documentation ¶
Index ¶
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 ¶
type Case ¶ added in v1.2.2
type Case struct { WhenClauses [][2]interface{} ElseClause interface{} }
Case :
type JSONFunc ¶
type JSONFunc struct { Prefix interface{} Type jsonFunction Args []interface{} }
JSONFunc :
type Operator ¶
type Operator int
Operator :
Click to show internal directories.
Click to hide internal directories.