public Object rawStatementOperation(Method m, Object target, Object[] args)
     throws IllegalAccessException, InvocationTargetException, SQLException {
   return wsh.doRawStatementOperation(m, target, args);
 }