Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONQueryExpression ¶
type JSONQueryExpression struct {
// contains filtered or unexported fields
}
JSONQueryExpression json query expression, implements clause.Expression interface to use as querier
func (JSONQueryExpression) Build ¶
func (jsonQuery JSONQueryExpression) Build(builder clause.Builder)
Build implements clause.Expression
func (JSONQueryExpression) Exists ¶
func (jsonQuery JSONQueryExpression) Exists() JSONQueryExpression
func (JSONQueryExpression) Value ¶
func (jsonQuery JSONQueryExpression) Value(path ...string) JSONQueryExpression
Click to show internal directories.
Click to hide internal directories.