org.geotools.data.mysql |
|
Java Source File Name | Type | Comment |
MySQLConnectionFactory.java | Class | Creates ConnectionPool objects for a certain MySQL database instance. |
MySQLDataStore.java | Class | An implementation of the GeoTools Data Store API for the MySQL database platform. |
MySQLDataStoreAPITest.java | Class | This class tests the MySQLDataStore API against the same tests as
MemoryDataStore. |
MySQLDataStoreFactory.java | Class | Creates a MySQLDataStoreFactory based on the correct params. |
MySQLDataStoreFactoryTest.java | Class | Test Params used by PostgisDataStoreFactory. |
MySQLDataStoreTest.java | Class | Test for mysql. |
MySQLFeatureWriter.java | Class | Feature writer handling specific geometric function from MySQL 4.1
TODO This ought to handle MySQL 4.1's geometric datatypes, but it does not work.
This is because 4.1 sends geometric data in a different packet format than other
datatypes, and because of this the MySQL driver does not allow ResultSet objects
with geometric data to be updatable. |
MysqlGeomColTestSuite.java | Class | |
MysqlGeomColumn.java | Class | MysqlGeoColumn is used by MysqlDataSource to query its specific geometric
information. |
MySQLSQLBuilder.java | Class | A MySQL-specific instance of DefaultSQLBuilder, which supports MySQL 4.1's geometric
datatypes. |