Package org.gdal.gdal

Class Relationship

java.lang.Object
org.gdal.gdal.Relationship

public class Relationship extends Object
  • Constructor Details

    • Relationship

      public Relationship(String name, String leftTableName, String rightTableName, int cardinality)
  • Method Details

    • delete

      public void delete()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • GetName

      public String GetName()
    • GetCardinality

      public int GetCardinality()
    • GetLeftTableName

      public String GetLeftTableName()
    • GetRightTableName

      public String GetRightTableName()
    • GetMappingTableName

      public String GetMappingTableName()
    • SetMappingTableName

      public void SetMappingTableName(String pszName)
    • GetLeftTableFields

      public Vector GetLeftTableFields()
    • GetRightTableFields

      public Vector GetRightTableFields()
    • SetLeftTableFields

      public void SetLeftTableFields(Vector pFields)
    • SetRightTableFields

      public void SetRightTableFields(Vector pFields)
    • GetLeftMappingTableFields

      public Vector GetLeftMappingTableFields()
    • GetRightMappingTableFields

      public Vector GetRightMappingTableFields()
    • SetLeftMappingTableFields

      public void SetLeftMappingTableFields(Vector pFields)
    • SetRightMappingTableFields

      public void SetRightMappingTableFields(Vector pFields)
    • GetType

      public int GetType()
    • SetType

      public void SetType(int type)
    • GetForwardPathLabel

      public String GetForwardPathLabel()
    • SetForwardPathLabel

      public void SetForwardPathLabel(String pszLabel)
    • GetBackwardPathLabel

      public String GetBackwardPathLabel()
    • SetBackwardPathLabel

      public void SetBackwardPathLabel(String pszLabel)
    • GetRelatedTableType

      public String GetRelatedTableType()
    • SetRelatedTableType

      public void SetRelatedTableType(String pszType)