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 TypeClassDescriptionclass
SQLException for object-already-closed conditions, e.g., calling a method on a closedStatement
.class
SQLException for invalid-cursor-state conditions, e.g., calling a column accessor method before callingResultSet#next()
or afterResultSet#next()
returns false.class
JdbcApiSqlException
for invalid-parameter-value conditions.Methods in org.apache.drill.jdbc that throw JdbcApiSqlExceptionModifier and TypeMethodDescriptionvoid
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 JdbcApiSqlException in org.apache.drill.jdbc.impl
Methods in org.apache.drill.jdbc.impl that throw JdbcApiSqlExceptionModifier and TypeMethodDescriptionvoid
DrillConnectionImpl.setNetworkTimeout
(Executor executor, int milliseconds)