Package org.jooq.meta

Interface IndexColumnDefinition

    • Method Detail

      • getSortOrder

        SortOrder getSortOrder()
        The ASC or DESC sort order
      • getColumn

        ColumnDefinition getColumn()
        The table column definition that this index column definition is backed by.

        This may be a virtual and/or invisible column, e.g. in case this index is a function-based index.