Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.sqls.impl.ObjectFactoryImpl
org.apache.ws.jaxme.sqls.oracle.OraObjectFactoryImpl
public class OraObjectFactoryImpl
extends ObjectFactoryImpl
Method Summary | |
ColumnReference |
|
JoinReference |
|
Methods inherited from class org.apache.ws.jaxme.sqls.impl.ObjectFactoryImpl | |
createExpression , newCase , newColumnReference , newCombinedConstraint , newFunction , newJoinReference , newRawSQL , newView |
public ColumnReference newColumnReference(TableReference pTableReference, Column pColumn)
Creates a new instance ofColumnReference
.
- Specified by:
- newColumnReference in interface ObjectFactory
- Overrides:
- newColumnReference in interface ObjectFactoryImpl
public JoinReference newJoinReference(SelectTableReference pSelectTableReference, Table pTable, boolean pIsLeftOuterJoin)
Returns an instance ofJoinReference
.
- Specified by:
- newJoinReference in interface ObjectFactory
- Overrides:
- newJoinReference in interface ObjectFactoryImpl