Class SqlJoin


  • public class SqlJoin
    extends SqlNode
    • Method Detail

      • getLeft

        public SqlNode getLeft()
        Returns:
        the left
      • getRight

        public SqlNode getRight()
        Returns:
        the right
      • getCondition

        public SqlNode getCondition()
        Returns:
        the condition
      • getJoinType

        public JoinType getJoinType()
        Returns:
        the joinType
      • toSimpleSql

        public String toSimpleSql()
        Specified by:
        toSimpleSql in class SqlNode
        Returns:
        A SQL representation of the current graph, using EXASOL SQL syntax. It is called "SIMPLE" because it is not guaranteed to be 100 % correct SQL (e.g. might be ambiguous).