com.stratelia.silverpeas.util
Class JoinStatement

java.lang.Object
  extended by com.stratelia.silverpeas.util.JoinStatement

public class JoinStatement
extends Object

This is the data structure that represents one part of a Join Statement


Constructor Summary
JoinStatement()
           
 
Method Summary
 String getJoinKey(int position)
           
 List<String> getJoinKeys()
           
 String getTable(int position)
           
 List<String> getTables()
           
 String getWhere()
           
 void setJoinKeys(List<String> alGivenJoinKey)
           
 void setTable(String sGivenTable)
           
 void setTables(List<String> alGivenTables)
           
 void setWhere(String sGivenWhere)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinStatement

public JoinStatement()
Method Detail

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.