Package bbd.jportal2

Class Key

    • Field Detail

      • name

        public String name
        Name of index or key
      • fields

        public Vector<String> fields
        List of fields used in the index or key
      • isPrimary

        public boolean isPrimary
        Indicates the primary key
      • isUnique

        public boolean isUnique
        Indicates the index is unique (not defined if primary key)
    • Constructor Detail

      • Key

        public Key()
        Contructs with default values