Class QueryJoin

java.lang.Object
org.nervousync.database.query.core.QueryJoin

public final class QueryJoin extends Object
The type Query join.
Version:
$Revision : 1.0 $ $Date: 2/8/2021 01:33 PM $
Author:
Steven Wee wmkm0113@Hotmail.com
  • Method Details

    • getJoinType

      public JoinType getJoinType()
      Gets join type.
      Returns:
      the join type
    • getQueryTable

      public QueryTable getQueryTable()
      Gets query table.
      Returns:
      the query table
    • getJoinColumns

      public List<JoinColumn> getJoinColumns()
      Gets join columns.
      Returns:
      the join columns