Class JoinStatement


  • public class JoinStatement
    extends Object
    This is the data structure that represents one part of a Join Statement
    • Constructor Detail

      • JoinStatement

        public JoinStatement()
    • Method Detail

      • setTable

        public void setTable​(String sGivenTable)
      • setTables

        public void setTables​(List<String> alGivenTables)
      • getTable

        public String getTable​(int position)
      • setJoinKeys

        public void setJoinKeys​(List<String> alGivenJoinKey)
      • getJoinKey

        public String getJoinKey​(int position)
      • setWhere

        public void setWhere​(String sGivenWhere)
      • getWhere

        public String getWhere()