| Package | Description |
|---|---|
| org.apache.drill.jdbc |
JDBC driver for Drill.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CachingConnectionFactory
A connection factory that caches connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiConnectionCachingFactory
A connection factory that caches connections based on given
ConnectionInfo. |
class |
SingleConnectionCachingFactory
A connection factory that creates and caches a single connection instance.
|
| Constructor and Description |
|---|
ModelAndSchema(Properties info,
ConnectionFactory factory) |
MultiConnectionCachingFactory(ConnectionFactory delegate) |
SingleConnectionCachingFactory(ConnectionFactory delegate) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.