gistoolkit.datasources.postgis
Class PostGISSQLConverter

java.lang.Object
  extended bygistoolkit.datasources.SimpleSQLConverter
      extended bygistoolkit.datasources.postgis.PostGISSQLConverter
All Implemented Interfaces:
SQLConverter

public class PostGISSQLConverter
extends SimpleSQLConverter

Class to convert java types and AttributeTypes to SQL for a particular database.


Constructor Summary
PostGISSQLConverter()
           
 
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

PostGISSQLConverter

public PostGISSQLConverter()