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:
-
- Using the JDBC Driver in the on-line Apache Drill Documentation
-
ClassDescriptionSQLException for object-already-closed conditions, e.g., calling a method on a closed
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 callingResultSet#next()or afterResultSet#next()returns false.JdbcApiSqlExceptionfor invalid-parameter-value conditions.SQLException for JDBC API calling-sequence/state problems.