| Package | Description |
|---|---|
| org.apache.druid.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectStatement
Lifecycle for direct SQL statement execution, which means that the query
is planned and executed in a single step, with no "prepare" step.
|
class |
HttpStatement
SQL statement lifecycle for the HTTP endpoint.
|
class |
PreparedStatement
Statement for the JDBC prepare-once, execute many model.
|
| Constructor and Description |
|---|
SqlExecutionReporter(AbstractStatement stmt,
String remoteAddress) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.