Example #1
0
 /// <summary>
 /// This method is called if an exception occurred during database recovery
 /// </summary>
 /// <param name="e">the exception</param>
 /// <param name="sql">the SQL statement</param>
 protected abstract void OnExceptionThrown(H2Exception e, String sql);
Example #2
0
 /// <summary>
 /// This method is called if an exception occurred during database recovery
 /// </summary>
 /// <param name="e">the exception</param>
 /// <param name="sql">the SQL statement</param>
 protected abstract void OnExceptionThrown(H2Exception e, String sql);