at.molindo.mysqlcollations
Class MySqlCharacterMap

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

public class MySqlCharacterMap
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MySqlCharacterMap()
           
 
Method Summary
 String getMap()
           
 int getValue(int index)
           
protected  int[] getValues()
           
 void setMap(String map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySqlCharacterMap

public MySqlCharacterMap()
Method Detail

getMap

public String getMap()

setMap

public void setMap(String map)

getValues

protected int[] getValues()

getValue

public int getValue(int index)


Copyright © 2011 Molindo GmbH. All Rights Reserved.