Class QueryProperties
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.QueryProperties
-
public final class QueryProperties extends Object
Additional properties to execute the query (Stored inQueryContext).
-
-
Constructor Summary
Constructors Constructor Description QueryProperties(@Nullable String cacheName, boolean keepBinary, boolean failOnMultipleStmts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable StringcacheName()booleanisFailOnMultipleStmts()booleankeepBinary()
-
-
-
Constructor Detail
-
QueryProperties
public QueryProperties(@Nullable @Nullable String cacheName, boolean keepBinary, boolean failOnMultipleStmts)
-
-
Method Detail
-
keepBinary
public boolean keepBinary()
-
isFailOnMultipleStmts
public boolean isFailOnMultipleStmts()
-
cacheName
@Nullable public @Nullable String cacheName()
-
-