Package org.apache.druid.sql.avatica
package org.apache.druid.sql.avatica
-
ClassesClassDescriptionCommon implementation for the JDBC
StatementandPreparedStatementimplementations in Druid.The module responsible for providing bindings to Avatica.Base class for Druid's custom Avatica server handlers that are compatible with Jetty 12.Connection tracking forDruidMeta.The Druid implementation of the server-side representation of the JDBCPreparedStatementclass.Druid's server-side representation of a JDBC result set.Asynchronous result fetcher.Creates the result fetcher and holds config.Represents Druid's version of the JDBCStatementclass: can be executed multiple times, one after another, producing aDruidJdbcResultSetfor each execution.