Class XmlPiFunctionSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.expr.XmlPiFunctionSegment
-
- All Implemented Interfaces:
ASTNode,ExpressionSegment,ProjectionSegment,SQLSegment
public final class XmlPiFunctionSegment extends Object implements ExpressionSegment, ProjectionSegment
Xml processing instruction Function segment.
-
-
Constructor Summary
Constructors Constructor Description XmlPiFunctionSegment(int startIndex, int stopIndex, String functionName, String identifier, ExpressionSegment valueExpr, String text)XmlPiFunctionSegment(int startIndex, int stopIndex, String functionName, ExpressionSegment evalNameValueExpr, ExpressionSegment valueExpr, String text)
-
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
-
-
-
-
Constructor Detail
-
XmlPiFunctionSegment
public XmlPiFunctionSegment(int startIndex, int stopIndex, String functionName, String identifier, ExpressionSegment valueExpr, String text)
-
XmlPiFunctionSegment
public XmlPiFunctionSegment(int startIndex, int stopIndex, String functionName, ExpressionSegment evalNameValueExpr, ExpressionSegment valueExpr, String text)
-
-