Package gistoolkit.datasources.mysql

Class Summary
MySQLConverter Class to convert java types and AttributeTypes to SQL for the MYSQL database.
MySQLDataSource MySQL has recently added support for spatial objects within their databases.
MySQLImporter Class to import a shape file into the MYSQL Database.
MySQLJoinDataSource Class to join a MySQL Datatable to another data source.
MySQLQuery Class for creating a SQL window on a MySQL Database
MySQLRecord A record designed for use with the UpdateableMySQLDataSource to allow updates.
ReadOnlyMySQLDataSource Allows for any sql query to be sent to the database, and returns the data set.
UpdateableMySQLDataSource Reads the shapes from a single table.