com.triactive.jdo.store.sql.expr
Class StandardJoin

java.lang.Object
  extended bycom.triactive.jdo.store.sql.expr.Join
      extended bycom.triactive.jdo.store.sql.expr.StandardJoin

public class StandardJoin
extends Join

A join using the standard SQL join syntax. Produces text such as " INNER JOIN tableExpr ON T2.COL = T1.COL".

Author:
Mike Martin

Field Summary
 
Fields inherited from class com.triactive.jdo.store.sql.expr.Join
fromCols, tableExpr, toCols, type
 
Constructor Summary
StandardJoin(JoinType type, TableExpression tableExpr, QueryStatement.QueryColumn[] fromCols, Column[] toCols)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.triactive.jdo.store.sql.expr.Join
fromColumns, toColumns, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardJoin

public StandardJoin(JoinType type,
                    TableExpression tableExpr,
                    QueryStatement.QueryColumn[] fromCols,
                    Column[] toCols)
Method Detail

toString

public java.lang.String toString()


Copyright © 2001-2007 The TJDO Project All Rights Reserved.