public class OraObjectFactoryImpl extends ObjectFactoryImpl
| Constructor and Description |
|---|
OraObjectFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ColumnReference |
newColumnReference(TableReference pTableReference,
Column pColumn)
Creates a new instance of
ColumnReference. |
JoinReference |
newJoinReference(SelectTableReference pSelectTableReference,
Table pTable,
boolean pIsLeftOuterJoin)
Returns an instance of
JoinReference. |
createExpression, newCase, newCombinedConstraint, newFunction, newRawSQL, newViewpublic JoinReference newJoinReference(SelectTableReference pSelectTableReference, Table pTable, boolean pIsLeftOuterJoin)
ObjectFactoryReturns an instance of
JoinReference.
newJoinReference in interface ObjectFactorynewJoinReference in class ObjectFactoryImplpublic ColumnReference newColumnReference(TableReference pTableReference, Column pColumn)
ObjectFactoryColumnReference.newColumnReference in interface ObjectFactorynewColumnReference in class ObjectFactoryImpl