Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tag ¶ added in v0.3.0
type Tag struct {
Name string
Value interface{}
}
Tag associates a supertable tag column with its value.
type Using ¶
type Using struct {
// contains filtered or unexported fields
}
func SetUsing ¶
SetUsing creates a USING clause. Map keys are sorted to make the generated SQL deterministic while preserving the association between names and values.
func SetUsingTags ¶ added in v0.3.0
SetUsingTags creates a USING clause with an explicit tag order.
func (Using) ADDTagPair ¶
ADDTagPair is kept for backward compatibility. Deprecated: use AddTag.
func (Using) AddTag ¶ added in v0.3.0
AddTag adds or replaces a tag without mutating the original clause value.
func (Using) MergeClause ¶
Click to show internal directories.
Click to hide internal directories.