Package info.informatica.data

Interface Summary
DataDict A data dictionary is understood here as a factory of metadata information for the given table or query names.
Dataset Interface to access sets of generic data.
PeeredLabel This interface should be implemented by classes which are labels associated to a given DataField field.
Validable Objects implementing this interface can validate its own values.
 

Class Summary
AbstractDataset Utility abstract base class for several (sometimes metadata-unaware) Dataset implementations.
ArrayIteratorDataset<T> A Dataset backed by an Iterator.
DataField Encapsulates the meta information describing a data entity.
DataFormatter Text formatting parser and printer.
EmptyDataset An empty Dataset.
FieldName Data entity name.
ForeignKeyDataEntity  
GenericDataset An abstract Generic Dataset to be used by subclasses.
IteratorDataset<T> A Dataset backed by an Iterator.
JDBCDataDict Metadata taken from ResultsetMetadata.
KeyDataEntity  
ListDataset A Dataset backed by a List.
MetaData Metadata.
PropertyDataDict Property-file based data dictionary.
ResultsetDataset Encapsulates a Resultset within a Dataset interface.
SampleDataset Provides a random set of data for a given Metadata.
SortMap Map of sort field names to true/false values if order is descending/ascending.
SQLDataDict Data dictionary with metadata stored on database tables.
 

Exception Summary
DataException Data Exception.
DatasetException Dataset Exception.
MetadataException