_FrontBasePlugIn.FrontbaseExpression.JoinClause Class Reference

Collaboration diagram for _FrontBasePlugIn.FrontbaseExpression.JoinClause:

Collaboration graph
[legend]

List of all members.

Public Member Functions

boolean equals (Object obj)
String sortKey ()
String toString ()

Package Attributes

String joinCondition
String op
String table1
String table2


Detailed Description

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

Member Function Documentation

boolean equals ( Object  obj  ) 

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)

String toString (  ) 


Member Data Documentation

String joinCondition [package]

String op [package]

String table1 [package]

String table2 [package]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:33 2012 for Project Wonder by  doxygen 1.5.8