Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClauseType ¶
type ClauseType int
const ( UnknownType ClauseType = iota FromType JoinType WhereType LimitType OffsetType OrderByType ReturningType ValuesType SetType GroupByType HavingType )
func (ClauseType) String ¶
func (i ClauseType) String() string
type Selectable ¶
type Selectable struct { Expr expressions.Expression As string }
Selectable represents a something that can be selected in a select statement or returning, etc.
func (Selectable) Write ¶ added in v0.0.3
func (s Selectable) Write(sw io.StringWriter) error
Write writes a SQL select column to the given string writer.
Click to show internal directories.
Click to hide internal directories.