Package net.sf.jsqlparser.expression
Class OracleHierarchicalExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.OracleHierarchicalExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Expression
(package private) boolean
private boolean
private Expression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) <E extends Expression>
EgetConnectExpression
(Class<E> type) <E extends Expression>
EgetStartExpression
(Class<E> type) boolean
boolean
void
setConnectExpression
(Expression connectExpression) void
setConnectFirst
(boolean connectFirst) void
setNoCycle
(boolean noCycle) void
setStartExpression
(Expression startExpression) toString()
withConnectExpression
(Expression connectExpression) withConnectFirst
(boolean connectFirst) withNoCycle
(boolean noCycle) withStartExpression
(Expression startExpression) 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
-
startExpression
-
connectExpression
-
noCycle
private boolean noCycle -
connectFirst
boolean connectFirst
-
-
Constructor Details
-
OracleHierarchicalExpression
public OracleHierarchicalExpression()
-
-
Method Details
-
getStartExpression
-
setStartExpression
-
getConnectExpression
-
setConnectExpression
-
isNoCycle
public boolean isNoCycle() -
setNoCycle
public void setNoCycle(boolean noCycle) -
isConnectFirst
public boolean isConnectFirst() -
setConnectFirst
public void setConnectFirst(boolean connectFirst) -
accept
- Specified by:
accept
in interfaceExpression
-
toString
-
withStartExpression
-
withConnectExpression
-
withNoCycle
-
withConnectFirst
-
getStartExpression
-
getConnectExpression
-