| Package | Description |
|---|---|
| org.apache.druid.sql.avatica |
| Modifier and Type | Class and Description |
|---|---|
class |
DruidJdbcPreparedStatement
The Druid implementation of the server-side representation of the
JDBC
PreparedStatement class. |
class |
DruidJdbcStatement
Represents Druid's version of the JDBC
Statement class:
can be executed multiple times, one after another, producing a
DruidJdbcResultSet for each execution. |
| Modifier and Type | Method and Description |
|---|---|
AbstractDruidJdbcStatement |
DruidConnection.getStatement(int statementId) |
| Constructor and Description |
|---|
DruidJdbcResultSet(AbstractDruidJdbcStatement jdbcStatement,
DirectStatement stmt,
long maxRowCount) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.