| Package | Description |
|---|---|
| org.apache.druid.sql | |
| org.apache.druid.sql.avatica |
| Modifier and Type | Method and Description |
|---|---|
SqlStatementFactory |
SqlStatementFactoryFactory.factorize(SqlEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
DruidJdbcPreparedStatement |
DruidConnection.createPreparedStatement(SqlStatementFactory sqlStatementFactory,
SqlQueryPlus sqlQueryPlus,
long maxRowCount) |
DruidJdbcStatement |
DruidConnection.createStatement(SqlStatementFactory sqlStatementFactory) |
| Constructor and Description |
|---|
DruidJdbcStatement(String connectionId,
int statementId,
QueryContext queryContext,
SqlStatementFactory lifecycleFactory) |
DruidMeta(SqlStatementFactory sqlStatementFactory,
org.apache.druid.sql.avatica.AvaticaServerConfig config,
org.apache.druid.sql.avatica.ErrorHandler errorHandler,
ScheduledExecutorService exec,
List<Authenticator> authenticators) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.