| Package | Description |
|---|---|
| org.apache.drill.jdbc |
JDBC driver for Drill.
|
| org.apache.drill.jdbc.impl |
| Modifier and Type | Method and Description |
|---|---|
int |
DrillConnection.getNetworkTimeout()
Drill:
Returns zero.
|
int |
DrillStatement.getQueryTimeout() |
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 |
|---|---|
protected void |
DrillDatabaseMetaDataImpl.checkOpen()
Throws AlreadyClosedSqlException if the associated Connection is closed.
|
protected void |
DrillStatementImpl.checkOpen()
Throws AlreadyClosedSqlException iff this Statement is closed.
|
protected void |
DrillConnectionImpl.checkOpen()
Throws AlreadyClosedSqlException iff this Connection is closed.
|
int |
DrillConnectionImpl.getNetworkTimeout() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.