Class DatetimeProjectionSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.DatetimeProjectionSegment
-
- All Implemented Interfaces:
ASTNode,ProjectionSegment,SQLSegment
public final class DatetimeProjectionSegment extends Object implements ProjectionSegment
Datetime projection segment.
-
-
Constructor Summary
Constructors Constructor Description DatetimeProjectionSegment(int startIndex, int stopIndex, ExpressionSegment left, String text)DatetimeProjectionSegment(int startIndex, int stopIndex, ExpressionSegment left, ExpressionSegment right, 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
-
DatetimeProjectionSegment
public DatetimeProjectionSegment(int startIndex, int stopIndex, ExpressionSegment left, ExpressionSegment right, String text)
-
DatetimeProjectionSegment
public DatetimeProjectionSegment(int startIndex, int stopIndex, ExpressionSegment left, String text)
-
-