org.castor.cpa.persistence.sql.query.visitor
Class ProgressQueryVisitor
java.lang.Object
org.castor.cpa.persistence.sql.query.visitor.DefaultQueryVisitor
org.castor.cpa.persistence.sql.query.visitor.DefaultDoubleQuoteNameQueryVisitor
org.castor.cpa.persistence.sql.query.visitor.ProgressQueryVisitor
- All Implemented Interfaces:
- Visitor
public final class ProgressQueryVisitor
- extends DefaultDoubleQuoteNameQueryVisitor
Visitor defining special behavior of query building for Progress database.
- Version:
- $Revision: 8469 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
- Author:
- Dennis Butterstein
|
Method Summary |
protected String |
quoteName(String name)
Method returning prepared string to match requirements of specific databases
if needed. |
| Methods inherited from class org.castor.cpa.persistence.sql.query.visitor.DefaultQueryVisitor |
addTableNames, getSequenceNextValString, handleJoinConstruction, handleLock, toString, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
ProgressQueryVisitor
public ProgressQueryVisitor()
quoteName
protected String quoteName(String name)
- Method returning prepared string to match requirements of specific databases
if needed.
- Overrides:
quoteName in class DefaultQueryVisitor
- Parameters:
name - String to be prepared.
- Returns:
- Prepared string.
Copyright © 2011. All Rights Reserved.