org.apache.ws.jaxme.sqls.oracle

Class OraJoinReferenceImpl

Implemented Interfaces:
JoinReference, SelectTableReference, TableReference

public class OraJoinReferenceImpl
extends JoinReferenceImpl

Author:
Jochen Wiedmann

Constructor Summary

OraJoinReferenceImpl(SelectTableReference pLeftTableReference, Table pRightTable, boolean pOuterJoin)
Creates a new instance of JoinReferenceImpl.

Method Summary

boolean
isOracle8LeftOuterJoin()
void
setIsOracle8LeftOuterJoin(boolean pOracle8LeftOuterJoin)

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

getLeftJoinedTableReference, getOn, isJoin, isLeftOuterJoin

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

getRightJoinedTableReference, getSelectStatement, join, leftOuterJoin

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

equals, getAlias, getStatement, getTable, hashCode, newColumnReference, newColumnReference, newColumnReference, setAlias, setAlias

Constructor Details

OraJoinReferenceImpl

protected OraJoinReferenceImpl(SelectTableReference pLeftTableReference,
                               Table pRightTable,
                               boolean pOuterJoin)
Creates a new instance of JoinReferenceImpl.

Method Details

isOracle8LeftOuterJoin

public boolean isOracle8LeftOuterJoin()

setIsOracle8LeftOuterJoin

public void setIsOracle8LeftOuterJoin(boolean pOracle8LeftOuterJoin)