You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@empire-db.apache.org by Ivan Nemeth <iv...@gmail.com> on 2015/08/07 06:41:52 UTC

DBCommand API Question

Hi,

DBCommand has a method for join:

 public DBJoinExpr join(DBColumnExpr left, DBColumn right, DBJoinType
joinType)

Why does this method only accept DBColumn for the right join while you can
instantiate a DBJoinExpr with DBColumnExpr for both side?

Ivan