Interface ItemType

All Known Implementing Classes:
Constraint.Type, Index.Type

public interface ItemType
Marker interface for detailed item type specifications (such as a unique constraint or a BTREE index).
Since:
1.7.0
Author:
Michael J. Simons
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getName

      String getName()
      Returns:
      a unique textual representation of this type.