com.todoroo.andlib.sql
Class Join

java.lang.Object
  extended by com.todoroo.andlib.sql.Join

public class Join
extends java.lang.Object


Method Summary
static Join inner(SqlTable expression, Criterion... criterions)
           
static Join left(SqlTable table, Criterion... criterions)
           
static Join out(SqlTable table, Criterion... criterions)
           
static Join right(SqlTable table, Criterion... criterions)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

inner

public static Join inner(SqlTable expression,
                         Criterion... criterions)

left

public static Join left(SqlTable table,
                        Criterion... criterions)

right

public static Join right(SqlTable table,
                         Criterion... criterions)

out

public static Join out(SqlTable table,
                       Criterion... criterions)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object