org.apache.ws.jaxme.sqls.oracle
Class OraObjectFactoryImpl

java.lang.Object
  extended by org.apache.ws.jaxme.sqls.impl.ObjectFactoryImpl
      extended by org.apache.ws.jaxme.sqls.oracle.OraObjectFactoryImpl
All Implemented Interfaces:
ObjectFactory

public class OraObjectFactoryImpl
extends ObjectFactoryImpl

Author:
Jochen Wiedmann

Constructor Summary
OraObjectFactoryImpl()
           
 
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, newCombinedConstraint, newFunction, newRawSQL, newView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OraObjectFactoryImpl

public OraObjectFactoryImpl()
Method Detail

newJoinReference

public JoinReference newJoinReference(SelectTableReference pSelectTableReference,
                                      Table pTable,
                                      boolean pIsLeftOuterJoin)
Description copied from interface: ObjectFactory

Returns an instance of JoinReference.

Specified by:
newJoinReference in interface ObjectFactory
Overrides:
newJoinReference in class ObjectFactoryImpl

newColumnReference

public ColumnReference newColumnReference(TableReference pTableReference,
                                          Column pColumn)
Description copied from interface: ObjectFactory
Creates a new instance of ColumnReference.

Specified by:
newColumnReference in interface ObjectFactory
Overrides:
newColumnReference in class ObjectFactoryImpl