Documentation
¶
Index ¶
Constants ¶
View Source
const (
// CharsetBin is used for marking binary charset.
CharsetBin = "binary"
)
Variables ¶
This section is empty.
Functions ¶
func ValidCharsetAndCollation ¶
ValidCharsetAndCollation checks the charset and the collation validity and retuns a boolean.
Types ¶
type Charset ¶
type Charset struct { Name string DefaultCollation *Collation Collations map[string]*Collation Desc string Maxlen int }
Charset is a charset. Now we only support MySQL.
Click to show internal directories.
Click to hide internal directories.