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  
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  
ConstrainedStatementImpl  
ConstraintImpl  
DeleteStatementImpl  
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  
SelectStatementMetaData  
SelectStatementMetaData.LocalData  
SelectTableReferenceImpl  
SetStatementImpl  
SetStatementImpl.SetValueImpl  
SQLFactoryImpl Default implementation of an SQLFactory.
SQLFactoryImpl.IdentImpl  
SQLGeneratorImpl Default implementation of an SQL generator.
StatementImpl A common base class for SelectStatement, InsertStatement, UpdateStatement, and DeleteStatement.
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.