com.xavax.xstore
Class MySQLTypeMap

Object
  extended byAbstractTypeMap
      extended byMySQLTypeMap

public class MySQLTypeMap
extends AbstractTypeMap

MySQLTypeMap is used to map canonical SQL types to the MySQL data type that is most appropriate to represent the data.


Method Summary
static AbstractTypeMap map()
          Returns the MySQLTypeMap singleton.
 
Methods inherited from class AbstractTypeMap
clear, mapEntry, name
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

map

public static AbstractTypeMap map()
Returns the MySQLTypeMap singleton.

Returns:
the MySQLTypeMap singleton.