org.apache.ws.jaxme.sqls.impl
public class ObjectFactoryImpl extends Object implements ObjectFactory
Default implementation of the object factory.
| Constructor Summary | |
|---|---|
| protected | ObjectFactoryImpl() |
| Method Summary | |
|---|---|
| Expression | createExpression(Statement pStatement, Expression.Type pType) |
| Case | newCase(Column.Type pType) |
| ColumnReference | newColumnReference(TableReference pTableReference, Column pColumn) |
| CombinedConstraint | newCombinedConstraint(ConstrainedStatement pStatement, CombinedConstraint.Type pType) |
| Function | newFunction(Statement pStatement, String pName) |
| JoinReference | newJoinReference(SelectTableReference pSelectTableReference, Table pTable, boolean pIsLeftOuterJoin) |
| RawSQLCode | newRawSQL(String pRawSQLCode) |
| Table | newView(SelectStatement pSelectStatement, Table.Name pName) |