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.
|
doubleQuoteNameprotected String quoteName(String name)
quoteName in class DefaultQueryVisitorname - String to be prepared.protected String getSequenceNextValString(String seqName)
getSequenceNextValString in class DefaultQueryVisitorseqName - Name of the sequence.protected void handleLock(Select select)
handleLock in class DefaultQueryVisitorselect - Select to check if locking-clauses have to be appended or not.Copyright © 2014. All rights reserved.