Uses of Class
org.apache.drill.jdbc.JdbcApiSqlException
Packages that use JdbcApiSqlException
-
Uses of JdbcApiSqlException in org.apache.drill.jdbc
Subclasses of JdbcApiSqlException in org.apache.drill.jdbcModifier and TypeClassDescriptionclassSQLException for object-already-closed conditions, e.g., calling a method on a closed.invalid reference
StatementclassSQLException for invalid-cursor-state conditions, e.g., calling a column accessor method before callingor afterinvalid reference
ResultSet#next()returns false.invalid reference
ResultSet#next()classJdbcApiSqlExceptionfor invalid-parameter-value conditions.Methods in org.apache.drill.jdbc that throw JdbcApiSqlExceptionModifier and TypeMethodDescriptionvoidDrillConnection.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 JdbcApiSqlException in org.apache.drill.jdbc.impl
Methods in org.apache.drill.jdbc.impl that throw JdbcApiSqlExceptionModifier and TypeMethodDescriptionvoidDrillConnectionImpl.setNetworkTimeout(Executor executor, int milliseconds)