Uses of Interface
gistoolkit.datasources.SQLConverter

Packages that use SQLConverter
gistoolkit.datasources   
gistoolkit.datasources.db2spatialextender   
gistoolkit.datasources.filter   
gistoolkit.datasources.mysql   
gistoolkit.datasources.oracle   
gistoolkit.datasources.postgis   
 

Uses of SQLConverter in gistoolkit.datasources
 

Classes in gistoolkit.datasources that implement SQLConverter
 class SimpleSQLConverter
          Class to convert java types and AttributeTypes to SQL for a particular database.
 

Methods in gistoolkit.datasources that return SQLConverter
 SQLConverter SimpleDBDataSource.getSQLConverter()
          Returns the converter for this Database.
 SQLConverter SimpleJoinDBDataSource.getSQLConverter()
          Returns the converter for this Database.
 

Uses of SQLConverter in gistoolkit.datasources.db2spatialextender
 

Classes in gistoolkit.datasources.db2spatialextender that implement SQLConverter
 class DB2SQLConverter
          Class to convert java types and AttributeTypes to SQL for a particular database.
 

Methods in gistoolkit.datasources.db2spatialextender that return SQLConverter
 SQLConverter DB2JoinDataSource.getSQLConverter()
          Returns the converter for this Database.
 SQLConverter SpatialExtenderDataSource.getSQLConverter()
          Returns the converter for this Database.
 

Uses of SQLConverter in gistoolkit.datasources.filter
 

Methods in gistoolkit.datasources.filter with parameters of type SQLConverter
 java.lang.String SQLDateAttributeFilter.getFilterSQL(SQLConverter inSQLConverter)
          The SQL functions have been moved to database specific SQLConverters.
 java.lang.String SQLExpression.getFilterSQL(SQLConverter inSQLConverter)
          The SQL functions have been moved to database specific SQLConverters.
 java.lang.String SQLFilter.getFilterSQL(SQLConverter inSQLConverter)
          The SQL functions have been moved to database specific SQLConverters.
 java.lang.String SQLJoin.getFilterSQL(SQLConverter inSQLConverter)
          The SQL functions have been moved to database specific SQLConverters.
 java.lang.String SQLNumberAttributeFilter.getFilterSQL(SQLConverter inConverter)
          Returns the actual SQL String to return to the database.
 java.lang.String SQLStringAttributeFilter.getFilterSQL(SQLConverter inConverter)
          Yah, I know I need a different place for the toSQL functions, than SimpleDBDataSource, I'm working on it.
 java.lang.String SQLStringAttributeINFilter.getFilterSQL(SQLConverter inConverter)
          Yah, I know I need a different place for the toSQL functions, than SimpleDBDataSource, I'm working on it.
 

Uses of SQLConverter in gistoolkit.datasources.mysql
 

Classes in gistoolkit.datasources.mysql that implement SQLConverter
 class MySQLConverter
          Class to convert java types and AttributeTypes to SQL for the MYSQL database.
 

Methods in gistoolkit.datasources.mysql that return SQLConverter
 SQLConverter MySQLDataSource.getSQLConverter()
          Returns the converter for this Database.
 SQLConverter MySQLJoinDataSource.getSQLConverter()
          Returns the converter for this Database.
 

Uses of SQLConverter in gistoolkit.datasources.oracle
 

Classes in gistoolkit.datasources.oracle that implement SQLConverter
 class OracleSQLConverter
          Class to convert java types and AttributeTypes to SQL for a particular database.
 

Methods in gistoolkit.datasources.oracle that return SQLConverter
 SQLConverter OracleDataSource.getSQLConverter()
          Returns the converter for this Database.
 SQLConverter OracleJoinDataSource.getSQLConverter()
          Returns the converter for this Database.
 

Uses of SQLConverter in gistoolkit.datasources.postgis
 

Classes in gistoolkit.datasources.postgis that implement SQLConverter
 class PostGISSQLConverter
          Class to convert java types and AttributeTypes to SQL for a particular database.
 

Methods in gistoolkit.datasources.postgis that return SQLConverter
 SQLConverter PostGISDataSource.getSQLConverter()
          Returns the converter for this Database.
 SQLConverter PostGISJoinDataSource.getSQLConverter()
          Returns the converter for this Database.