Package uk.ac.ic.doc.automed.wrappers

Class Summary
AutoMedBoolean Provides generic representation boolean values.
AutoMedFloat Provides generic representation of floating values with abritrary precision.
AutoMedInteger Provides generic representation of integer values with up to 64 bit precision.
AutoMedQuery A generic representation of query expressions as trees, where each AutoMedQuery has an operator type, and 0 or more fields that have a field type
AutoMedQueryToken A generic representation of query langauge tokens
AutoMedResult Provides a representation of the data associated with a scheme in an AutoMed Schema.
AutoMedString Provides generic representation of string values of abritrary size.
AutoMedTime Provides generic representation of time values in GMT.
AutoMedTuple A structure to hold one tuple of data, to be used by AutoMedResult as the basis for storing sets, lists or bags of tuples.
AutoMedType Provides a base for the representation of basic types supported by AutoMed.
AutoMedWrapper An AutoMedWrapper represents an open connection to a datasource.
AutoMedWrapperFactory An AutoMedWrapperFactory class able to produce AutoMedWrapper instances, together with any data that the wrapper requires to be present in the repository.
AutoMedWrapperGUI An AutoMedWrapperGUI provides a simple user interface to the the wrapper API, in particular allowing an AutoMedWrapper instance to be created form details of a data source.
PostgresWrapper A lower level wrapper for the conforming to the AutoMed SQL high level wrapper for Postgres SQL databases.
PostgresWrapperFactory A lower level wrapper factory for Postgres SQL databases conforming to the AutoMed SQL high level wrapper factory.
SchemeInstances Provides a representation of the data associated with a scheme in an AutoMed Schema.
SchemeQuery A generic representation of query expressions as trees, where each SchemeQuery has an operator type, and 0 or more fields that have a field type
SQLQuery An SQLQuery expression tree that can be generated by the high level wrapper SQLWrapper and used by a low level wrapper as the basis for generating SQL queries on a relational database.
SQLResult Provides a representation of the data associated with a scheme in an AutoMed Schema.
SQLWrapper An AutoMed high wrapper for connecting to SQL databases that have a JBDC driver.
SQLWrapperFactory An AutoMed high wrapper factory for creating SQLWrapper instances.
 

Exception Summary
DataSourceException Generated when some problem occurs when accessing a data source, such as the wrong password being supplied.