| Package | Description |
|---|---|
| org.apache.drill.jdbc |
JDBC driver for Drill.
|
| org.apache.drill.jdbc.test |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionInfoTest
Test for Drill's Properties in the JDBC URL connection string
|
class |
ConnectionTest
Test for Drill's implementation of Connection's methods (other than
main transaction-related methods in
ConnectionTransactionMethodsTest). |
class |
DatabaseMetaDataGetColumnsTest
Test class for Drill's java.sql.DatabaseMetaData.getColumns() implementation.
|
class |
DrillResultSetTest |
class |
LegacyDatabaseMetaDataGetColumnsTest
Test compatibility with older versions of the server
|
class |
LegacyPreparedStatementTest
Test that prepared statements works even if not supported on server, to some extent.
|
class |
PreparedStatementMaxRowsTest
Test for Drill's implementation of PreparedStatement's get/setMaxRows methods
|
class |
PreparedStatementTest
Test for Drill's implementation of PreparedStatement's methods.
|
class |
ResultSetGetMethodConversionsTest
Integration-level unit test for ResultSet's
getType(column ID)
methods' type conversions. |
class |
ResultSetMetaDataTest
Test class for Drill's java.sql.ResultSetMetaData implementation.
|
class |
StatementMaxRowsTest
Test for Drill's implementation of Statement's get/setMaxRows methods
|
class |
StatementTest
Test for Drill's implementation of Statement's methods (most).
|
| Modifier and Type | Class and Description |
|---|---|
class |
Bug1735ConnectionCloseTest
Test for DRILL-1735: Closing local JDBC connection didn't shut down
local DrillBit to free resources (plus QueryResultBatch buffer allocation leak
in DrillCursor.next(), lack of DrillMetrics reset, vectors buffer leak under
DrillCursor/DrillResultSet, and other problems).
|
class |
Bug1735ResultSetCloseReleasesBuffersTest |
class |
Drill2128GetColumnsDataTypeNotTypeCodeIntBugsTest
Basic (spot-check/incomplete) tests for DRILL-2128 bugs (many
DatabaseMetaData.getColumns(...) result table problems).
|
class |
Drill2439GetBooleanFailsSayingWrongTypeBugTest |
class |
Drill2461IntervalsBreakInfoSchemaBugTest |
class |
Drill2463GetNullsFailedWithAssertionsBugTest |
class |
Drill2489CallsAfterCloseThrowExceptionsTest
Test class for JDBC requirement that almost all methods throw
SQLException when called on a closed primary object (e.g.,
Connection, ResultSet, etc.). |
class |
Drill2769UnsupportedReportsUseSqlExceptionTest
Test that non-SQLException exceptions used by Drill's current version of
Avatica to indicate unsupported features are wrapped in or mapped to
SQLException exceptions.
|
class |
JdbcConnectTriesTestEmbeddedBits |
class |
JdbcDataTest
Unit tests for Drill's JDBC driver.
|
class |
JdbcNullOrderingAndGroupingTest |
class |
JdbcTestActionBase |
class |
JdbcTestQueryBase |
class |
TestAggregateFunctionsQuery |
class |
TestBugFixes |
class |
TestExecutionExceptionsToClient |
class |
TestInformationSchemaColumns
Test class for Drill's INFORMATION_SCHEMA.COLUMNS implementation.
|
class |
TestJdbcDistQuery |
class |
TestJdbcMetadata |
class |
TestJdbcQuery |
class |
TestLegacyJdbcMetadata
Test compatibility with older versions of the server
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.