Package com.arcadedb.query.select
Class SelectWhereBaseBlock
- java.lang.Object
-
- com.arcadedb.query.select.SelectWhereBaseBlock
-
- Direct Known Subclasses:
SelectWhereLeftBlock
,SelectWhereRightBlock
public abstract class SelectWhereBaseBlock extends Object
Native Query engine is a simple query engine that covers most of the classic use cases, such as the retrieval of records with a where condition. It could be much faster than the same SQL query because it does not use any parser and it is very JIT friendly. Future versions could translate the query into bytecode to have an even faster execution.- Author:
- Luca Garulli ([email protected])
-
-
Constructor Summary
Constructors Constructor Description SelectWhereBaseBlock(Select select)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
setParameter(String parameterName)
protected void
setProperty(String name)
-