Class XmlTableFunctionSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.XmlTableFunctionSegment
-
- All Implemented Interfaces:
ASTNode,ComplexExpressionSegment,ExpressionSegment,ProjectionSegment,SQLSegment
public final class XmlTableFunctionSegment extends Object implements ComplexExpressionSegment, ProjectionSegment
Xml table function segment.
-
-
Constructor Summary
Constructors Constructor Description XmlTableFunctionSegment()
-
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.dml.expr.complex.ComplexExpressionSegment
getText
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
getStartIndex, getStopIndex
-
-