| Package | Description |
|---|---|
| org.apache.drill.jdbc |
JDBC driver for Drill.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlreadyClosedSqlException
SQLException for object-already-closed conditions, e.g., calling a method
on a closed
Statement. |
class |
InvalidCursorStateSqlException
SQLException for invalid-cursor-state conditions, e.g., calling a column
accessor method before calling
ResultSet.next() or after
ResultSet.next() returns false. |
class |
InvalidParameterSqlException
JdbcApiSqlException for invalid-parameter-value conditions. |
| Modifier and Type | Method and Description |
|---|---|
void |
DrillConnection.setNetworkTimeout(Executor executor,
int milliseconds)
Drill:
Not supported (for non-zero timeout value).
|
void |
DrillStatement.setQueryTimeout(int milliseconds)
Drill:
Not supported (for non-zero timeout value).
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.