Uses of Class
org.apache.drill.jdbc.AlreadyClosedSqlException
-
Uses of AlreadyClosedSqlException in org.apache.drill.jdbc
Modifier and TypeMethodDescriptionint
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). -
Uses of AlreadyClosedSqlException in org.apache.drill.jdbc.impl
Modifier and TypeMethodDescriptionprotected void
DrillConnectionImpl.checkOpen()
Throws AlreadyClosedSqlException iff this Connection is closed.protected void
DrillDatabaseMetaDataImpl.checkOpen()
Throws AlreadyClosedSqlException if the associated Connection is closed.protected void
DrillStatementImpl.checkOpen()
Throws AlreadyClosedSqlException iff this Statement is closed.int
DrillConnectionImpl.getNetworkTimeout()