public final class OracleQueryVisitor extends DefaultDoubleQuoteNameQueryVisitor
_queryString, LOG
Constructor and Description |
---|
OracleQueryVisitor() |
Modifier and Type | Method and Description |
---|---|
protected String |
getSequenceNextValString(String seqName)
Returns the database engine specific string to fetch sequence next value.
|
protected void |
handleLock(Select select)
Method appending lock clauses as "FOR UPDATE" when needed.
|
protected String |
quoteName(String name)
Method returning prepared string to match requirements of specific databases
if needed.
|
doubleQuoteName
protected String quoteName(String name)
quoteName
in class DefaultQueryVisitor
name
- String to be prepared.protected String getSequenceNextValString(String seqName)
getSequenceNextValString
in class DefaultQueryVisitor
seqName
- Name of the sequence.protected void handleLock(Select select)
handleLock
in class DefaultQueryVisitor
select
- Select to check if locking-clauses have to be appended or not.Copyright © 2013. All rights reserved.