| Package | Description |
|---|---|
| org.apache.druid.sql.avatica |
| Class and Description |
|---|
| AbstractDruidJdbcStatement
Common implementation for the JDBC
Statement and
PreparedStatement implementations in Druid. |
| AvaticaMonitor |
| DruidConnection
Connection tracking for
DruidMeta. |
| DruidJdbcPreparedStatement
The Druid implementation of the server-side representation of the
JDBC
PreparedStatement class. |
| DruidJdbcResultSet
Druid's server-side representation of a JDBC result set.
|
| DruidJdbcStatement
Represents Druid's version of the JDBC
Statement class:
can be executed multiple times, one after another, producing a
DruidJdbcResultSet for each execution. |
| DruidMeta |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.