Contains the basic implementation of the generic framework for SQL generators.
See: Description
Class Summary | |
---|---|
AbstractColumn | |
BooleanConstraintImpl | |
BooleanConstraintImpl.TypeImpl | Default implementation of {@link BooleanConstraint.Type}. |
CaseImpl | Implementation of a {@link org.apache.ws.jaxme.sqls.Case} clause. |
CaseImpl.WhenImpl | Implementation of a {@link org.apache.ws.jaxme.sqls.Case.When} clause. |
ColumnImpl | Implementation of a column. |
ColumnImpl.NameImpl | |
ColumnImpl.TypeImpl | |
ColumnReferenceImpl | Implementation of a {@link ColumnReference}. |
ColumnSetImpl | A common base class for {@link org.apache.ws.jaxme.sqls.impl.ForeignKeyImpl} and {@link org.apache.ws.jaxme.sqls.impl.IndexImpl}. |
CombinedConstraintImpl | |
CombinedConstraintImpl.TypeImpl | Default implementation of {@link org.apache.ws.jaxme.sqls.CombinedConstraint.Type}. |
ConstrainedStatementImpl | |
ConstraintImpl | |
DeleteStatementImpl | |
ExpressionImpl | Default implementation of {@link org.apache.ws.jaxme.sqls.Expression}. |
ExpressionImpl.TypeImpl | Default implementation of {@link 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 {@link org.apache.ws.jaxme.sqls.SelectStatement}, {@link org.apache.ws.jaxme.sqls.InsertStatement}, {@link org.apache.ws.jaxme.sqls.UpdateStatement}, and {@link org.apache.ws.jaxme.sqls.DeleteStatement}. |
StatementMetaData | |
StatementMetaData.LocalData | |
TableImpl | |
TableImpl.NameImpl | |
TableReferenceImpl | Implementation of a {@link org.apache.ws.jaxme.sqls.TableReference}. |
UpdateStatementImpl | |
ValueImpl | Implementation of a value. |
ViewImpl | |
VirtualColumn | A 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.