Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLDialect ¶
type MySQLDialect struct {
// contains filtered or unexported fields
}
MySQLDialect implements the Dialect interface for MySQL.
func NewMySQLDialect ¶ added in v2.0.4
func NewMySQLDialect() *MySQLDialect
NewMySQLDialect creates a new MySQL dialect with type converters configured
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
func (*MySQLDialect) TypeRegistry ¶ added in v2.0.4
func (d *MySQLDialect) TypeRegistry() *typeconv.Registry
TypeRegistry returns the type converter registry for this dialect
Click to show internal directories.
Click to hide internal directories.