Package net.sf.jsqlparser.expression
Class OracleHint
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.OracleHint
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
Oracle Hint Expression
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor visitor) static OracleHint
getHintFromSelectBody
(Select selectBody) getValue()
static boolean
isHintMatch
(String comment) boolean
final void
setComment
(String comment) void
setSingleLine
(boolean singleLine) void
toString()
withSingleLine
(boolean singleLine) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
SINGLE_LINE
-
MULTI_LINE
-
value
-
singleLine
private boolean singleLine
-
-
Constructor Details
-
OracleHint
public OracleHint()
-
-
Method Details
-
isHintMatch
-
setComment
-
getValue
-
setValue
-
isSingleLine
public boolean isSingleLine() -
setSingleLine
public void setSingleLine(boolean singleLine) -
accept
- Specified by:
accept
in interfaceExpression
-
toString
-
withValue
-
withSingleLine
-
getHintFromSelectBody
-