com.uwyn.rife.database.queries
Class Select.JoinOuter

java.lang.Object
  extended by com.uwyn.rife.database.queries.Select.Join
      extended by com.uwyn.rife.database.queries.Select.JoinOuter
All Implemented Interfaces:
Cloneable
Enclosing class:
Select

public class Select.JoinOuter
extends Select.Join
implements Cloneable


Method Summary
 Select.JoinOuter clone()
           
 Select.JoinCondition getCondition()
           
 String getExpression()
           
 Select.JoinType getType()
           
 
Methods inherited from class com.uwyn.rife.database.queries.Select.Join
getData
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public Select.JoinType getType()

getCondition

public Select.JoinCondition getCondition()

getExpression

public String getExpression()

clone

public Select.JoinOuter clone()
Overrides:
clone in class Select.Join


Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.