Uses of Class
org.apache.drill.jdbc.AlreadyClosedSqlException
Packages that use AlreadyClosedSqlException
-
Uses of AlreadyClosedSqlException in org.apache.drill.jdbc
Methods in org.apache.drill.jdbc that throw AlreadyClosedSqlExceptionModifier and TypeMethodDescriptionintDrillConnection.getNetworkTimeout()Drill: Returns zero.intDrillStatement.getQueryTimeout()voidDrillConnection.setNetworkTimeout(Executor executor, int milliseconds) Drill: Not supported (for non-zero timeout value).voidDrillStatement.setQueryTimeout(int seconds) Drill: Supported (for non-zero timeout value). -
Uses of AlreadyClosedSqlException in org.apache.drill.jdbc.impl
Methods in org.apache.drill.jdbc.impl that throw AlreadyClosedSqlExceptionModifier and TypeMethodDescriptionprotected voidDrillConnectionImpl.checkOpen()Throws AlreadyClosedSqlException iff this Connection is closed.protected voidDrillDatabaseMetaDataImpl.checkOpen()Throws AlreadyClosedSqlException if the associated Connection is closed.protected voidDrillStatementImpl.checkOpen()Throws AlreadyClosedSqlException iff this Statement is closed.intDrillConnectionImpl.getNetworkTimeout()