Package org.apache.drill.jdbc
package org.apache.drill.jdbc
JDBC driver for Drill.
Drill's JDBC driver class is
org.apache.drill.jdbc.Driver
.
- See Also:
-
ClassDescriptionSQLException for object-already-closed conditions, e.g., calling a method on a closed
invalid reference
Statement
Drill-specificConnection
.NOTE: DrillConnectionConfig will be changed from a class to an interface.Drill-specificDatabaseMetaData
.Drill-specificPreparedStatement
.Drill-specificResultSet
.Drill-specificStatement
.Main class of Apache Drill JDBC driver.SQLException for execution-canceled condition.SQLException for invalid-cursor-state conditions, e.g., calling a column accessor method before callinginvalid reference
ResultSet#next()
invalid reference
ResultSet#next()
JdbcApiSqlException
for invalid-parameter-value conditions.SQLException for JDBC API calling-sequence/state problems.