Uses of Enum Class
se.kuseman.payloadbuilder.api.catalog.Index.ColumnsType
Packages that use Index.ColumnsType
-
Uses of Index.ColumnsType in se.kuseman.payloadbuilder.api.catalog
Methods in se.kuseman.payloadbuilder.api.catalog that return Index.ColumnsTypeModifier and TypeMethodDescriptionIndex.getColumnsType()static Index.ColumnsTypeReturns the enum constant of this class with the specified name.static Index.ColumnsType[]Index.ColumnsType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in se.kuseman.payloadbuilder.api.catalog with parameters of type Index.ColumnsTypeModifierConstructorDescriptionIndex(QualifiedName table, List<String> columns, Index.ColumnsType columnsType) Index(QualifiedName table, List<String> columns, Index.ColumnsType columnsType, Set<Index.IndexType> indexTypes)