at.molindo.mysqlcollations
Class MySqlCharset

java.lang.Object
  extended by at.molindo.mysqlcollations.MySqlCharset
All Implemented Interfaces:
Serializable

public class MySqlCharset
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MySqlCharset()
           
 
Method Summary
 void add(MySqlCollation collation)
           
 char[] getCharacters()
           
 Map<String,MySqlCollation> getCollations()
           
 MySqlCharacterMap getCtype()
           
 MySqlCharacterMap getLower()
           
 String getName()
           
 MySqlCharacterMap getUnicode()
           
 MySqlCharacterMap getUpper()
           
 void setCollations(Map<String,MySqlCollation> collations)
           
 void setCtype(MySqlCharacterMap ctype)
           
 void setLower(MySqlCharacterMap lower)
           
 void setName(String name)
           
 void setUnicode(MySqlCharacterMap unicode)
           
 void setUpper(MySqlCharacterMap upper)
           
 char toChar(int index)
           
 int toIndex(char character)
           
 char toLower(char character)
           
 String toString()
           
 char toUnicode(char character)
           
 char toUpper(char character)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MySqlCharset

public MySqlCharset()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getCtype

public MySqlCharacterMap getCtype()

setCtype

public void setCtype(MySqlCharacterMap ctype)

getLower

public MySqlCharacterMap getLower()

setLower

public void setLower(MySqlCharacterMap lower)

getUpper

public MySqlCharacterMap getUpper()

setUpper

public void setUpper(MySqlCharacterMap upper)

getUnicode

public MySqlCharacterMap getUnicode()

setUnicode

public void setUnicode(MySqlCharacterMap unicode)

getCollations

public Map<String,MySqlCollation> getCollations()

setCollations

public void setCollations(Map<String,MySqlCollation> collations)

add

public void add(MySqlCollation collation)

toLower

public char toLower(char character)

toUpper

public char toUpper(char character)

toIndex

public int toIndex(char character)

toChar

public char toChar(int index)

toUnicode

public char toUnicode(char character)

getCharacters

public char[] getCharacters()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Molindo GmbH. All Rights Reserved.