private boolean isSQLQuery(Method method) {
   return sqlQueries != null && sqlQueries.hasQuery(getMethodName(method));
 }