Documentation ¶
Index ¶
- func New() dbal.Grammar
- type MySQL
- func (grammarSQL MySQL) CompileInsertOrIgnore(query *dbal.Query, columns []interface{}, values [][]interface{}) (string, []interface{})
- func (grammarSQL MySQL) CompileLock(query *dbal.Query, lock interface{}) string
- func (grammarSQL MySQL) CompileSelect(query *dbal.Query) string
- func (grammarSQL MySQL) CompileSelectOffset(query *dbal.Query, offset *int) string
- func (grammarSQL MySQL) CompileUpsert(query *dbal.Query, columns []interface{}, values [][]interface{}, ...) (string, []interface{})
- func (grammarSQL MySQL) NewWith(db *sqlx.DB, config *dbal.Config, option *dbal.Option) (dbal.Grammar, error)
- func (grammarSQL MySQL) NewWithRead(write *sqlx.DB, writeConfig *dbal.Config, read *sqlx.DB, ...) (dbal.Grammar, error)
- func (grammarSQL MySQL) OnConnected() error
- type Quoter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MySQL ¶
func (MySQL) CompileInsertOrIgnore ¶
func (MySQL) CompileLock ¶
func (MySQL) CompileSelectOffset ¶
func (MySQL) CompileUpsert ¶
func (MySQL) NewWithRead ¶
func (MySQL) OnConnected ¶
Click to show internal directories.
Click to hide internal directories.