Interface IndexAttribute

All Known Implementing Classes:
IndexAttributeImpl

public interface IndexAttribute
An attribute of an index.
Author:
harald
  • Method Details

    • getAttribute

      Attribute getAttribute()
      Gets the attribute.
      Returns:
      the attribute
    • getFunctionName

      String getFunctionName()
      Gets the name of the function.
      Returns:
      the function name, null if no function-based index
    • isDescending

      boolean isDescending()
      Returns whether the attribute is descending.
      Returns:
      true if descending, else ascending (default)