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