|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.cpa.persistence.sql.query.visitor.DefaultQueryVisitor
org.castor.cpa.persistence.sql.query.visitor.DefaultDoubleQuoteNameQueryVisitor
public class DefaultDoubleQuoteNameQueryVisitor
QueryVisitor defining default method to quote query string.
| Field Summary |
|---|
| Fields inherited from class org.castor.cpa.persistence.sql.query.visitor.DefaultQueryVisitor |
|---|
_queryString, LOG |
| Constructor Summary | |
|---|---|
DefaultDoubleQuoteNameQueryVisitor()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
doubleQuoteName(java.lang.String name)
Updated to handle input such as user.tablename.column. |
| Methods inherited from class org.castor.cpa.persistence.sql.query.visitor.DefaultQueryVisitor |
|---|
addTableNames, getSequenceNextValString, handleJoinConstruction, handleLock, quoteName, toString, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDoubleQuoteNameQueryVisitor()
| Method Detail |
|---|
protected final java.lang.String doubleQuoteName(java.lang.String name)
name - String to be quoted.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||