org.apache.ws.jaxme.sqls.oracle

Class OraObjectFactoryImpl

Implemented Interfaces:
ObjectFactory

public class OraObjectFactoryImpl
extends ObjectFactoryImpl

Author:
Jochen Wiedmann

Method Summary

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.

Methods inherited from class org.apache.ws.jaxme.sqls.impl.ObjectFactoryImpl

createExpression, newCase, newColumnReference, newCombinedConstraint, newFunction, newJoinReference, newRawSQL, newView

Method Details

newColumnReference

public ColumnReference newColumnReference(TableReference pTableReference,
                                          Column pColumn)
Creates a new instance of ColumnReference.
Specified by:
newColumnReference in interface ObjectFactory
Overrides:
newColumnReference in interface ObjectFactoryImpl

newJoinReference

public JoinReference newJoinReference(SelectTableReference pSelectTableReference,
                                      Table pTable,
                                      boolean pIsLeftOuterJoin)
Returns an instance of JoinReference.
Specified by:
newJoinReference in interface ObjectFactory
Overrides:
newJoinReference in interface ObjectFactoryImpl