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

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

Class Summary

AbstractColumn
BooleanConstraintImpl
BooleanConstraintImpl.TypeImplDefault implementation of BooleanConstraint.Type.
CaseImplImplementation of a Case clause.
CaseImpl.WhenImplImplementation of a Case.When clause.
ColumnImplImplementation of a column.
ColumnImpl.NameImpl
ColumnImpl.TypeImpl
ColumnReferenceImplImplementation of a ColumnReference.
ColumnSetImplA common base class for ForeignKeyImpl and IndexImpl.
CombinedConstraintImpl
CombinedConstraintImpl.TypeImplDefault implementation of CombinedConstraint.Type.
ConstrainedStatementImpl
ConstraintImpl
DeleteStatementImpl
ExpressionImplDefault implementation of Expression.
ExpressionImpl.TypeImplDefault implementation of Expression.Type.
ForeignKeyImplImplementation of a foreign key.
ForeignKeyImpl.ColumnReferenceImpl
FunctionImpl
IndexImpl
IndexImpl.NameImpl
InsertStatementImpl
JoinReferenceImpl
ObjectFactoryImplDefault implementation of the object factory.
PartsImpl
RawSQLCodeImpl
SchemaImplImplementation of a schema.
SchemaImpl.NameImpl
SelectStatementImpl
SelectStatementImpl.OrderColumnImpl
SelectTableReferenceImpl
SetStatementImpl
SetStatementImpl.SetValueImpl
SQLFactoryImplDefault implementation of an SQLFactory.
SQLFactoryImpl.IdentImplBase class for deriving identifiers.
SQLGeneratorImplDefault implementation of an SQL generator.
StatementImplA common base class for SelectStatement, InsertStatement, UpdateStatement, and DeleteStatement.
StatementMetaData
StatementMetaData.LocalData
TableImpl
TableImpl.NameImpl
TableReferenceImplImplementation of a TableReference.
UpdateStatementImpl
ValueImplImplementation of a value.
ViewImpl
VirtualColumnA virtual column is a named item that can be added to the result set.
Contains the basic implementation of the generic framework for SQL generators.