Uses of Class
org.apache.ignite.internal.processors.query.h2.database.H2IndexType
-
Packages that use H2IndexType Package Description org.apache.ignite.internal.processors.query.h2.database -
-
Uses of H2IndexType in org.apache.ignite.internal.processors.query.h2.database
Methods in org.apache.ignite.internal.processors.query.h2.database that return H2IndexType Modifier and Type Method Description static H2IndexTypeH2IndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static H2IndexType[]H2IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.internal.processors.query.h2.database with parameters of type H2IndexType Constructor Description IndexInformation(boolean pk, boolean unique, String name, H2IndexType type, @Nullable String keySql, @Nullable Integer inlineSize)
-