Project Wonder 5.0

com.webobjects.jdbcadaptor
Class _FrontBasePlugIn.FrontbaseExpression.JoinClause

java.lang.Object
  extended by com.webobjects.jdbcadaptor._FrontBasePlugIn.FrontbaseExpression.JoinClause
Enclosing class:
_FrontBasePlugIn.FrontbaseExpression

public static class _FrontBasePlugIn.FrontbaseExpression.JoinClause
extends Object

Helper class that stores a join definition and helps FrontbaseExpression to assemble the correct join clause.


Constructor Summary
_FrontBasePlugIn.FrontbaseExpression.JoinClause()
           
 
Method Summary
 boolean equals(Object obj)
           
 String sortKey()
          Returns the table alias for the first table (e.g.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

_FrontBasePlugIn.FrontbaseExpression.JoinClause

public _FrontBasePlugIn.FrontbaseExpression.JoinClause()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

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

sortKey

public String sortKey()
Returns the table alias for the first table (e.g. returns T2 if table 1 is "Students" T2). This makes this class "sortable" which is needed to correctly assemble a join clause.

Returns:
the table alias (e.g. returns T2 if table1 is "Students" T2)

Last updated: Wed, Feb 22, 2012 • 07:00 AM EST

Copyright © 2002 – 2011 Project Wonder.