Project Wonder 5.0

com.webobjects.jdbcadaptor
Class PostgresqlExpression.JoinClause

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

public class PostgresqlExpression.JoinClause
extends java.lang.Object

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


Constructor Summary
PostgresqlExpression.JoinClause()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String sortKey()
          Property that makes this class "sortable".
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PostgresqlExpression.JoinClause

public PostgresqlExpression.JoinClause()
Method Detail

toString

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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

sortKey

public java.lang.String sortKey()
Property that makes this class "sortable". Needed to correctly assemble a join clause.


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.