Documentation
¶
Index ¶
- type And
- type Column
- type Columns
- type Condition
- func (c *Condition) And(exprs ...string) *Condition
- func (c *Condition) Append(val string) *Condition
- func (c *Condition) Close() *Condition
- func (c *Condition) Eq(column, value string) *Condition
- func (c *Condition) Ge(column, value string) *Condition
- func (c *Condition) Gt(column, value string) *Condition
- func (c *Condition) Le(column, value string) *Condition
- func (c *Condition) Like(column, value string) *Condition
- func (c *Condition) Lt(column, value string) *Condition
- func (c *Condition) Open() *Condition
- func (c *Condition) Or(exprs ...string) *Condition
- func (c *Condition) Repeat(delim string, exprs ...string) *Condition
- func (c *Condition) String() string
- type Conditions
- type Index
- type Insert
- type Or
- type Select
- type Sequeliser
- type Table
- type Values
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type And ¶ added in v0.0.34
type And Conditions
type Condition ¶ added in v0.0.36
type Condition struct {
// contains filtered or unexported fields
}
type Conditions ¶ added in v0.0.34
type Conditions []any
func (Conditions) Strings ¶ added in v0.0.34
func (c Conditions) Strings() []string
type Or ¶ added in v0.0.34
type Or Conditions
type Sequeliser ¶ added in v0.0.34
type Sequeliser interface{ SQL() string }
type Values ¶ added in v0.0.34
func (Values) Assignment ¶ added in v0.0.35
func (Values) Placeholders ¶ added in v0.0.34
Click to show internal directories.
Click to hide internal directories.