Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Write ¶
func Write(sw io.StringWriter, exprs []expressions.Expression) error
Write writes a values clause to the given io.Writer.
Example:
VALUES ($1, $2, $3) VALUES (DEFAULT, $1, $2)
Types ¶
type Clause ¶
type Clause struct {
// contains filtered or unexported fields
}
Clause represents a values clause.
type DefaultValue ¶
type DefaultValue struct{}
DefaultValue is a default value clause.
Only supported in PostgreSQL and MySQL.
Click to show internal directories.
Click to hide internal directories.