Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLDialect ¶
type MySQLDialect struct{}
MySQLDialect implements the Dialect interface for MySQL.
func (*MySQLDialect) FormatIgnoreConflict ¶ added in v2.0.9
func (d *MySQLDialect) FormatIgnoreConflict() string
func (*MySQLDialect) Placeholder ¶
func (d *MySQLDialect) Placeholder(position int) string
func (*MySQLDialect) Quote ¶
func (d *MySQLDialect) Quote(identifier string) string
func (*MySQLDialect) SupportsReturning ¶
func (d *MySQLDialect) SupportsReturning() bool
Click to show internal directories.
Click to hide internal directories.