Package uk.org.ogsadai.converters.databaseschema

Interface Summary
ColumnMetaData Metadata for a column in a database table.
KeyMetaData Metadata for an imported or exported key in a table.
StoredProcedureMetaData Metadata about a stored procedure.
TableMetaData Metadata of a database table.
 

Class Summary
ColumnMetaDataImpl An simple implementation of ColumnMetaData which stores column metadata.
DatabaseSchemaConstants This class records OGSA-DAI-wide constants relating to the elements and attributes used to construct XML representations of relational database result sets and meta data.
DatabaseSchemaMetaData Object containing metadata relating to a relational database schema.
KeyMetaDataImpl Metadata on imported or exported keys of a database table.
 

Exception Summary
RelationalSchemaParseException Exception raised when there is a problem in parsing relational database schema from XML.
ResultSetTableMetaDataException Exception raised when there is a problem in extracting metadata about a table from a java.sql.ResultSet.