Package butler.sql.metadata

Interface Summary
ColumnFunction Interface for calculation values for logical columns.
Datatype Definition of a datatype.
 

Class Summary
BlobDatatype  
BooleanDatatype  
Catalog Database catalog.
Column Table column.
Database Representing a relational database.
DatabaseBroker Broker for database objects.
DateDatatype Implementation of Datatype for dates.
DefaultDatabaseBroker Default subclass of DatabaseBroker.
DefaultDatabaseBroker.Factory Factory for creating JNDI resources.
DefaultDatatype  
EnumDatatype  
ForeignKey Foreign key in a relational database.
GeneratedSchema Subclass of Schema that should be used as a base class for custom schemas that contains generated table classes.
GeneratedTable Base class for generated classes.
GeneratedView  
ImageDatatype  
Index Represents an index in a relational database.
ManyToManyRelation A many-to-many relation.
MoneyDatatype  
NumericDatatype  
RelatedColumnFunction  
Schema Database schema.
StringDatatype Simple implementation of Datatype for strings.
StringDatatype.StringLikeDatatype  
Table Represents a table in the database.
TextDatatype  
View  
VirtualColumn  
VirtualTable