Package | Description |
---|---|
org.apache.drill.jdbc |
JDBC driver for Drill.
|
org.apache.drill.jdbc.impl |
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 seconds)
Drill:
Supported (for non-zero timeout value).
|
Modifier and Type | Method and Description |
---|---|
void |
DrillConnectionImpl.setNetworkTimeout(Executor executor,
int milliseconds) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.