Class MySQLQueryVisitor

All Implemented Interfaces:
Visitor

public final class MySQLQueryVisitor extends DefaultDoubleQuoteNameQueryVisitor
Visitor defining special behavior of query building for mySql database.
Version:
$Revision: 8469 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
Author:
Dennis Butterstein
  • Constructor Details

    • MySQLQueryVisitor

      public MySQLQueryVisitor()
  • Method Details

    • handleLock

      protected void handleLock(Select select)
      Method appending lock clauses as "FOR UPDATE" when needed.
      Overrides:
      handleLock in class DefaultQueryVisitor
      Parameters:
      select - Select to check if locking-clauses have to be appended or not.