gistoolkit.datasources.mysql
Class MySQLConverter

java.lang.Object
  extended bygistoolkit.datasources.SimpleSQLConverter
      extended bygistoolkit.datasources.mysql.MySQLConverter
All Implemented Interfaces:
SQLConverter

public class MySQLConverter
extends SimpleSQLConverter

Class to convert java types and AttributeTypes to SQL for the MYSQL database.


Constructor Summary
MySQLConverter()
           
 
Methods inherited from class gistoolkit.datasources.SimpleSQLConverter
getAttributeType, toSQL, toSQLDate, toSQLDate, toSQLDate, toSQLDecimal, toSQLInteger, toSQLString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLConverter

public MySQLConverter()