Package org.apache.ws.jaxme.sqls.impl

Contains the basic implementation of the generic framework for SQL generators.

See:
          Description

Class Summary
AbstractColumn  
BooleanConstraintImpl  
BooleanConstraintImpl.TypeImpl Default implementation of BooleanConstraint.Type.
CaseImpl Implementation of a Case clause.
CaseImpl.WhenImpl Implementation of a Case.When clause.
ColumnImpl Implementation of a column.
ColumnImpl.NameImpl  
ColumnImpl.TypeImpl  
ColumnReferenceImpl Implementation of a ColumnReference.
ColumnSetImpl A common base class for ForeignKeyImpl and IndexImpl.
CombinedConstraintImpl  
CombinedConstraintImpl.TypeImpl Default implementation of CombinedConstraint.Type.
ConstrainedStatementImpl  
ConstraintImpl  
DeleteStatementImpl  
ExpressionImpl Default implementation of Expression.
ExpressionImpl.TypeImpl Default implementation of Expression.Type.
ForeignKeyImpl Implementation of a foreign key.
ForeignKeyImpl.ColumnReferenceImpl  
FunctionImpl  
IndexImpl  
IndexImpl.NameImpl  
InsertStatementImpl  
JoinReferenceImpl  
ObjectFactoryImpl Default implementation of the object factory.
PartsImpl  
RawSQLCodeImpl  
SchemaImpl Implementation of a schema.
SchemaImpl.NameImpl  
SelectStatementImpl  
SelectStatementImpl.OrderColumnImpl  
SelectTableReferenceImpl  
SetStatementImpl  
SetStatementImpl.SetValueImpl  
SQLFactoryImpl Default implementation of an SQLFactory.
SQLFactoryImpl.IdentImpl Base class for deriving identifiers.
SQLGeneratorImpl Default implementation of an SQL generator.
StatementImpl A common base class for SelectStatement, InsertStatement, UpdateStatement, and DeleteStatement.
StatementMetaData  
StatementMetaData.LocalData  
TableImpl  
TableImpl.NameImpl  
TableReferenceImpl Implementation of a TableReference.
UpdateStatementImpl  
ValueImpl Implementation of a value.
ViewImpl  
VirtualColumn A virtual column is a named item that can be added to the result set.
 

Package org.apache.ws.jaxme.sqls.impl Description

Contains the basic implementation of the generic framework for SQL generators.