Package org.gdal.gdal
Class Relationship
java.lang.Object
org.gdal.gdal.Relationship
-
Constructor Summary
ConstructorsConstructorDescriptionRelationship(String name, String leftTableName, String rightTableName, int cardinality) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()booleanintGetName()intGetType()inthashCode()voidSetBackwardPathLabel(String pszLabel) voidSetForwardPathLabel(String pszLabel) voidSetLeftMappingTableFields(Vector pFields) voidSetLeftTableFields(Vector pFields) voidSetMappingTableName(String pszName) voidSetRelatedTableType(String pszType) voidSetRightMappingTableFields(Vector pFields) voidSetRightTableFields(Vector pFields) voidSetType(int type)
-
Constructor Details
-
Relationship
-
-
Method Details
-
delete
public void delete() -
equals
-
hashCode
-
GetName
-
GetCardinality
public int GetCardinality() -
GetLeftTableName
-
GetRightTableName
-
GetMappingTableName
-
SetMappingTableName
-
GetLeftTableFields
-
GetRightTableFields
-
SetLeftTableFields
-
SetRightTableFields
-
GetLeftMappingTableFields
-
GetRightMappingTableFields
-
SetLeftMappingTableFields
-
SetRightMappingTableFields
-
GetType
public int GetType() -
SetType
public void SetType(int type) -
GetForwardPathLabel
-
SetForwardPathLabel
-
GetBackwardPathLabel
-
SetBackwardPathLabel
-
GetRelatedTableType
-
SetRelatedTableType
-