at.molindo.mysqlcollations
Class MySqlCollation

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

public class MySqlCollation
extends MySqlCharacterMap
implements Serializable

See Also:
Serialized Form

Constructor Summary
MySqlCollation()
           
 
Method Summary
 MySqlCharset getCharset()
           
 MySqlCollator getCollatorInstance()
           
 String getFlag()
           
 String getName()
           
 byte getWeight(char character)
           
 String normalize(String string)
           
 void setCharset(MySqlCharset charset)
           
 void setFlag(String flag)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class at.molindo.mysqlcollations.MySqlCharacterMap
getMap, getValue, getValues, setMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MySqlCollation

public MySqlCollation()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getFlag

public String getFlag()

setFlag

public void setFlag(String flag)

getCharset

public MySqlCharset getCharset()

setCharset

public void setCharset(MySqlCharset charset)

toString

public String toString()
Overrides:
toString in class Object

getCollatorInstance

public MySqlCollator getCollatorInstance()

getWeight

public byte getWeight(char character)

normalize

public String normalize(String string)


Copyright © 2011 Molindo GmbH. All Rights Reserved.