Uses of Class
org.apache.druid.sql.avatica.AbstractDruidJdbcStatement
Packages that use AbstractDruidJdbcStatement
-
Uses of AbstractDruidJdbcStatement in org.apache.druid.sql.avatica
Subclasses of AbstractDruidJdbcStatement in org.apache.druid.sql.avaticaModifier and TypeClassDescriptionclassThe Druid implementation of the server-side representation of the JDBCPreparedStatementclass.classRepresents Druid's version of the JDBCStatementclass: can be executed multiple times, one after another, producing aDruidJdbcResultSetfor each execution.Methods in org.apache.druid.sql.avatica that return AbstractDruidJdbcStatementMethods in org.apache.druid.sql.avatica with parameters of type AbstractDruidJdbcStatementModifier and TypeMethodDescriptionprotected org.apache.calcite.avatica.Meta.ExecuteResultDruidMeta.doFetch(AbstractDruidJdbcStatement druidStatement, int maxRows) Constructors in org.apache.druid.sql.avatica with parameters of type AbstractDruidJdbcStatementModifierConstructorDescriptionDruidJdbcResultSet(AbstractDruidJdbcStatement jdbcStatement, DirectStatement stmt, long maxRowCount, DruidJdbcResultSet.ResultFetcherFactory fetcherFactory)