org.sqlorm.querybuilder
Class MultiJoinOnExpr

java.lang.Object
  extended by org.sqlorm.querybuilder.MultiJoinOnExpr

public class MultiJoinOnExpr
extends Object

Internal helper class for query generation. Generic class to represent inner joins, outer joins, cross joins, left joins, right joins, ...

Author:
kasper graversen

Method Summary
 boolean equals(Object other)
           
 ItfAndOrList on()
           
 void toSql(StringBuilder sb, String indent)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

on

public ItfAndOrList on()

toSql

public void toSql(StringBuilder sb,
                  String indent)