Documentation ¶
Index ¶
- Constants
- func AppendBool(b []byte, v bool) []byte
- func AppendBytes(b []byte, bytes []byte) []byte
- func AppendError(b []byte, err error) []byte
- func AppendFloat32(b []byte, v float32) []byte
- func AppendFloat64(b []byte, v float64) []byte
- func AppendIdent(b []byte, field string, quote byte) []byte
- func AppendJSON(b, jsonb []byte) []byte
- func AppendNull(b []byte) []byte
- func AppendString(b []byte, s string) []byte
- func AppendTime(b []byte, tm time.Time) []byte
Constants ¶
View Source
const ( PG string = "pg" SQLite string = "sqlite" MySQL string = "mysql" )
Variables ¶
This section is empty.
Functions ¶
func AppendBool ¶
func AppendBytes ¶
func AppendError ¶
func AppendFloat32 ¶
func AppendFloat64 ¶
func AppendJSON ¶
func AppendNull ¶
func AppendString ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
mssqldialect
module
|
|
mysqldialect
module
|
|
oracledialect
module
|
|
pgdialect
module
|
|
sqlitedialect
module
|
|
Click to show internal directories.
Click to hide internal directories.