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 TypeMethodDescriptionvoid
delete()
boolean
int
int
GetName()
int
hashCode()
void
SetBackwardPathLabel
(String pszLabel) void
SetForwardPathLabel
(String pszLabel) void
SetLeftMappingTableFields
(Vector pFields) void
SetLeftTableFields
(Vector pFields) void
SetMappingTableName
(String pszName) void
SetRelatedTableType
(String pszType) void
SetRightMappingTableFields
(Vector pFields) void
SetRightTableFields
(Vector pFields) void
SetType
(int type)
-
Constructor Details
-
Relationship
-
-
Method Details
-
delete
public void delete() -
equals
-
hashCode
public int hashCode() -
GetName
-
GetCardinality
public int GetCardinality() -
GetLeftTableName
-
GetRightTableName
-
GetMappingTableName
-
SetMappingTableName
-
GetLeftTableFields
-
GetRightTableFields
-
SetLeftTableFields
-
SetRightTableFields
-
GetLeftMappingTableFields
-
GetRightMappingTableFields
-
SetLeftMappingTableFields
-
SetRightMappingTableFields
-
GetFieldType
public int GetFieldType() -
SetType
public void SetType(int type) -
GetForwardPathLabel
-
SetForwardPathLabel
-
GetBackwardPathLabel
-
SetBackwardPathLabel
-
GetRelatedTableType
-
SetRelatedTableType
-