527528529530531532533534535536537
SQLConnectionState connState = new SQLConnectionState(); if (_conn != null) { try { connState.saveState(_conn, getProperties(), _msgHandler); } catch (SQLException ex) { s_log.error("Unexpected SQLException", ex); }