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