| Class | Description |
|---|---|
| AbstractDruidJdbcStatement |
Common implementation for the JDBC
Statement and
PreparedStatement implementations in Druid. |
| AvaticaModule |
The module responsible for providing bindings to Avatica.
|
| AvaticaMonitor | |
| DruidAvaticaJsonHandler | |
| DruidAvaticaProtobufHandler | |
| 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.