public void visitComment(String theComment) throws SQLException {
   if (nextVisitor != null) nextVisitor.visitComment(theComment);
 }