Class DBPrimaryKey

java.lang.Object
org.eobjects.metamodel.doc.jdbc.DBPrimaryKey

public class DBPrimaryKey extends Object
  • Constructor Details

    • DBPrimaryKey

      public DBPrimaryKey()
  • Method Details

    • getName

      public String getName()
      Returns:
      the name.
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set.
    • getCatalog

      public String getCatalog()
      Returns:
      the catalog.
    • setCatalog

      public void setCatalog(String catalog)
      Parameters:
      catalog - the catalog to set.
    • getSchema

      public String getSchema()
      Returns:
      the schema.
    • setSchema

      public void setSchema(String schema)
      Parameters:
      schema - the schema to set.
    • getTableName

      public String getTableName()
      Returns:
      the tableName.
    • setTableName

      public void setTableName(String tableName)
      Parameters:
      tableName - the tableName to set.
    • getColumnNames

      public List<String> getColumnNames()
      Returns:
      the columnNames.
    • addColumnName

      protected void addColumnName(String columnName)
      Parameters:
      columnName - the columnName to add.