Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Write ¶
func Write(sw io.StringWriter, s expressions.Expression) error
Write writes a SQL limit string to the given string writer.
Example:
Mysql: LIMIT <expression> Postgres: LIMIT <expression>
Types ¶
type Clause ¶
type Clause struct {
expressions.Expression
}
Clause represents a LIMIT clause.
func New ¶
func New(limit expressions.Expression) *Clause
func (*Clause) Type ¶
func (l *Clause) Type() clauses.ClauseType
Click to show internal directories.
Click to hide internal directories.