Package gistoolkit.datasources.oracle

Class Summary
OracleDataSource Abstract class for handling information common to both the read only, and the updateable Oracle datasources.
OracleJoinDataSource Class to join a Oracle Datatable to another data source.
OracleQuery Class for creating a SQL window on a Oracle Database
OracleRecord A record designed for use with the UpdateableOracleDataSource to allow updates.
OracleSQLConverter Class to convert java types and AttributeTypes to SQL for a particular database.
ReadOnlyOracleDataSource Class used to allow selects from an oracle database.
SDOParser Class to read the SDO format objects, and convert them to GISToolkit features.
UpdateableOracleDataSource Class used to allow selects as well as inserts, updates and deletes from an oracle table.