Class CommonTableExpressionSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.complex.CommonTableExpressionSegment
-
- All Implemented Interfaces:
ASTNode,ExpressionSegment,SQLSegment
public final class CommonTableExpressionSegment extends Object implements ExpressionSegment
Common table expression segment.
-
-
Constructor Summary
Constructors Constructor Description CommonTableExpressionSegment()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
getStartIndex, getStopIndex
-
-