Documentation ¶ Index ¶ func UseMySql() type MySQL func (*MySQL) Binding() string func (*MySQL) CurrentTime() string func (*MySQL) DataType(t dialects.DataType) string func (s *MySQL) Escape(v any) string func (*MySQL) Identifier(s string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func UseMySql ¶ added in v0.20.2 func UseMySql() Types ¶ type MySQL ¶ type MySQL struct{} func (*MySQL) Binding ¶ added in v0.20.2 func (*MySQL) Binding() string func (*MySQL) CurrentTime ¶ added in v0.17.0 func (*MySQL) CurrentTime() string func (*MySQL) DataType ¶ func (*MySQL) DataType(t dialects.DataType) string func (*MySQL) Escape ¶ added in v0.21.2 func (s *MySQL) Escape(v any) string func (*MySQL) Identifier ¶ func (*MySQL) Identifier(s string) string Source Files ¶ View all Source files mysql.go Click to show internal directories. Click to hide internal directories.