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).