com.stratelia.silverpeas.util
Class JoinStatement
java.lang.Object
com.stratelia.silverpeas.util.JoinStatement
public class JoinStatement
- extends Object
This is the data structure that represents one part of a Join Statement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JoinStatement
public JoinStatement()
setTable
public void setTable(String sGivenTable)
setTables
public void setTables(List<String> alGivenTables)
getTables
public List<String> getTables()
getTable
public String getTable(int position)
setJoinKeys
public void setJoinKeys(List<String> alGivenJoinKey)
getJoinKeys
public List<String> getJoinKeys()
getJoinKey
public String getJoinKey(int position)
setWhere
public void setWhere(String sGivenWhere)
getWhere
public String getWhere()
Copyright © 2016 Silverpeas. All Rights Reserved.