org.deegree.sqldialect.filter
Class Join
java.lang.Object
org.deegree.sqldialect.filter.Join
public class Join
- extends Object
The
class TODO add class documentation here.
- Version:
- $Revision: 30979 $, $Date: 2011-05-31 14:00:22 +0200 (Di, 31. Mai 2011) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Constructor Summary |
Join(String fromTable,
String fromTableAlias,
List<String> fromColumns,
String toTable,
String toTableAlias,
List<String> toColumns)
|
Join(String fromTable,
String fromTableAlias,
String fromColumn,
String toTable,
String toTableAlias,
String toColumn)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Join
public Join(String fromTable,
String fromTableAlias,
String fromColumn,
String toTable,
String toTableAlias,
String toColumn)
Join
public Join(String fromTable,
String fromTableAlias,
List<String> fromColumns,
String toTable,
String toTableAlias,
List<String> toColumns)
getFromTable
public String getFromTable()
getFromTableAlias
public String getFromTableAlias()
getFromColumns
public List<String> getFromColumns()
getToTable
public String getToTable()
getToTableAlias
public String getToTableAlias()
getToColumns
public List<String> getToColumns()
getSQLJoinCondition
public String getSQLJoinCondition()
Copyright © 2011. All Rights Reserved.