Uses of Class
org.apache.druid.sql.AbstractStatement
Packages that use AbstractStatement
-
Uses of AbstractStatement in org.apache.druid.sql
Subclasses of AbstractStatement in org.apache.druid.sqlModifier and TypeClassDescriptionclassLifecycle for direct SQL statement execution, which means that the query is planned and executed in a single step, with no "prepare" step.classSQL statement lifecycle for the HTTP endpoint.classStatement for the JDBC prepare-once, execute many model.Constructors in org.apache.druid.sql with parameters of type AbstractStatement