Class DbIndex

    • Method Detail

      • getColumns

        public List<String> getColumns()
        Gets the list of columns that are part of the index,
        Returns:
        The list of columns that are part of the index.
      • isUnique

        public boolean isUnique()
        Checks if the index is unique.
        Returns:
        true if the index is unique, false otherwise.