| Package | Description |
|---|---|
| org.apache.drill.jdbc |
JDBC driver for Drill.
|
| org.apache.drill.jdbc.impl | |
| org.apache.drill.jdbc.test |
| Class and Description |
|---|
| AlreadyClosedSqlException
SQLException for object-already-closed conditions, e.g., calling a method
on a closed
Statement. |
| CachingConnectionFactory
A connection factory that caches connections.
|
| ConnectionFactory
A factory used to get open
Connection instances. |
| ConnectionInfo
An immutable bag of parameters that describes a
Connection. |
| DatabaseMetaDataGetColumnsTest
Test class for Drill's java.sql.DatabaseMetaData.getColumns() implementation.
|
| DatabaseMetaDataTest
Test for Drill's implementation of DatabaseMetaData's methods (other than
those tested separately, e.g.,
getColumn(...), tested in
DatabaseMetaDataGetColumnsTest)). |
| DrillConnectionConfig
NOTE: DrillConnectionConfig will be changed from a class to an interface.
|
| ITTestShadedJar.AbstractLoaderThread |
| JdbcApiSqlException
SQLException for JDBC API calling-sequence/state problems.
|
| JdbcTestBase |
| JdbcTestBase.ModelAndSchema |
| JdbcTestBase.TestDataConnection |
| NonClosableConnection
A connection decorator that ignores
Connection.close() calls. |
| SQLConversionException |
| SQLConversionOverflowException |
| Class and Description |
|---|
| AlreadyClosedSqlException
SQLException for object-already-closed conditions, e.g., calling a method
on a closed
Statement. |
| DrillConnection
Drill-specific
Connection. |
| DrillConnectionConfig
NOTE: DrillConnectionConfig will be changed from a class to an interface.
|
| DrillDatabaseMetaData
Drill-specific
DatabaseMetaData. |
| DrillResultSet
Drill-specific
ResultSet. |
| DrillStatement
Drill-specific
Statement. |
| JdbcApiSqlException
SQLException for JDBC API calling-sequence/state problems.
|
| Class and Description |
|---|
| Driver
Main class of Apache Drill JDBC driver.
|
| JdbcTestBase |
Copyright © 2021 The Apache Software Foundation. All rights reserved.