Definition at line 174 of file ConnectionWrapper.java. References com::mysql::jdbc::jdbc2::optional::WrapperBase::checkAndFireConnectionError(). { checkClosed(); try { return this.mc.getHoldability(); } catch (SQLException sqlException) { checkAndFireConnectionError(sqlException); } return Statement.CLOSE_CURRENT_RESULT; // we don't reach this code, compiler can't tell }
|