public class JoinItem
extends java.lang.Object
implements java.io.Serializable
${services_components_commontypes_JoinItem_Title}
${services_components_commontypes_JoinItem_Description}
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
foreignTableName
${services_components_commontypes_JoinItem_attribute_foreignTableName_Title}
|
java.lang.String |
joinFilter
${services_components_commontypes_JoinItem_attribute_joinFilter_Title}
|
JoinType |
joinType
${services_components_commontypes_JoinItem_attribute_joinType_Title}
|
| Constructor and Description |
|---|
JoinItem()
${services_components_commontypes_JoinItem_constructorByDefault_Title}
|
JoinItem(JoinItem joinItem)
${services_components_commontypes_JoinItem_constructorByJoinItem_Title}
|
JoinItem(java.lang.String foreignTableName, java.lang.String joinFilter)
The Constructor.
|
JoinItem(java.lang.String foreignTableName, java.lang.String joinFilter, JoinType joinType)
The Constructor.
|
public java.lang.String foreignTableName
${services_components_commontypes_JoinItem_attribute_foreignTableName_Title}
${services_components_commontypes_JoinItem_attribute_foreignTableName_Description}
public java.lang.String joinFilter
${services_components_commontypes_JoinItem_attribute_joinFilter_Title}
${services_components_commontypes_JoinItem_attribute_joinFilter_Description}
public JoinType joinType
${services_components_commontypes_JoinItem_attribute_joinType_Title}
${services_components_commontypes_JoinItem_attribute_joinType_Description}
public JoinItem()
${services_components_commontypes_JoinItem_constructorByDefault_Title}
${services_components_commontypes_JoinItem_constructorByDefault_Description}
public JoinItem(java.lang.String foreignTableName,
java.lang.String joinFilter,
JoinType joinType)
The Constructor.
foreignTableName - The name of the external table.joinFilter - The joint expression between the vector dataset and the foreign table, i.e., sets the related fields between the two tables.joinType - The join type between two tables. It could be inner join or external join.
public JoinItem(java.lang.String foreignTableName,
java.lang.String joinFilter)
The Constructor.
foreignTableName - The name of the external table.joinFilter - The joint expression between the vector dataset and the foreign table, i.e., sets the related fields between the two tables.public JoinItem(JoinItem joinItem)
${services_components_commontypes_JoinItem_constructorByJoinItem_Title}
${services_components_commontypes_JoinItem_constructorByJoinItem_Description}
joinItem - ${services_components_commontypes_JoinItem_constructorByJoinItem_param_joinItem}java.lang.IllegalArgumentException - ${services_components_commontypes_JoinItem_constructorByJoinItem_exception_IllegalArgumentException}public boolean equals(java.lang.Object obj)
${services_components_commontypes_JoinItem_method_equals_Title}
${services_components_commontypes_JoinItem_method_equals_Description}
equals in class java.lang.Objectobj - ${services_components_commontypes_JoinItem_method_equals_param_obj}public int hashCode()
${services_components_commontypes_JoinItem_method_hashCode_Title}
${services_components_commontypes_JoinItem_method_hashCode_Description}
hashCode in class java.lang.Object