Method | Description | |
---|---|---|
GetCharacterSet ( MySql.Data.Common.DBVersion version, string CharSetName ) : |
||
GetEncoding ( MySql.Data.Common.DBVersion version, string CharSetName ) : |
Returns the text encoding for a given MySQL character set name
|
Method | Description | |
---|---|---|
CharSetMap ( ) : System | ||
GetDefaultCollation ( string charset, |
||
GetMaxLength ( string charset, |
||
InitCollections ( |
||
InitializeMapping ( ) : void |
|
|
LoadCharsetMap ( ) : void |
public static GetCharacterSet ( MySql.Data.Common.DBVersion version, string CharSetName ) : |
||
version | MySql.Data.Common.DBVersion | |
CharSetName | string | |
return |
public static GetEncoding ( MySql.Data.Common.DBVersion version, string CharSetName ) : |
||
version | MySql.Data.Common.DBVersion | Version of the connection requesting the encoding |
CharSetName | string | Name of the character set to get the encoding for |
return |