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