Uses of Class
org.apache.drill.jdbc.JdbcApiSqlException
-
Uses of JdbcApiSqlException in org.apache.drill.jdbc
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionvoid
DrillConnectionImpl.setNetworkTimeout
(Executor executor, int milliseconds)