Uses of Class
org.apache.druid.sql.DirectStatement
Packages that use DirectStatement
-
Uses of DirectStatement in org.apache.druid.sql
Subclasses of DirectStatement in org.apache.druid.sqlModifier and TypeClassDescriptionclassSQL statement lifecycle for the HTTP endpoint.Methods in org.apache.druid.sql that return DirectStatementModifier and TypeMethodDescriptionSqlStatementFactory.directStatement(SqlQueryPlus sqlRequest) Execute a prepared JDBC query. -
Uses of DirectStatement in org.apache.druid.sql.avatica
Constructors in org.apache.druid.sql.avatica with parameters of type DirectStatementModifierConstructorDescriptionDruidJdbcResultSet(AbstractDruidJdbcStatement jdbcStatement, DirectStatement stmt, long maxRowCount, DruidJdbcResultSet.ResultFetcherFactory fetcherFactory)