Class ColumnAssignmentSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.assignment.ColumnAssignmentSegment
-
- All Implemented Interfaces:
ASTNode,AssignmentSegment,SQLSegment
public final class ColumnAssignmentSegment extends Object implements AssignmentSegment
Column Assignment segment.
-
-
Constructor Summary
Constructors Constructor Description ColumnAssignmentSegment()
-
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.assignment.AssignmentSegment
getColumns, getValue
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
getStartIndex, getStopIndex
-
-