Uses of Class
org.apache.ignite.internal.processors.query.h2.H2QueryInfo.QueryType
-
Packages that use H2QueryInfo.QueryType Package Description org.apache.ignite.internal.processors.query.h2 Contains default H2-based indexing SPI implementation. -
-
Uses of H2QueryInfo.QueryType in org.apache.ignite.internal.processors.query.h2
Methods in org.apache.ignite.internal.processors.query.h2 that return H2QueryInfo.QueryType Modifier and Type Method Description static H2QueryInfo.QueryTypeH2QueryInfo.QueryType. valueOf(String name)Returns the enum constant of this type with the specified name.static H2QueryInfo.QueryType[]H2QueryInfo.QueryType. 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 with parameters of type H2QueryInfo.QueryType Constructor Description H2QueryInfo(H2QueryInfo.QueryType type, PreparedStatement stmt, String sql, UUID nodeId, long queryId)
-