Class OnDuplicateKeyColumnsSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.OnDuplicateKeyColumnsSegment
-
- All Implemented Interfaces:
ASTNode,SQLSegment
public final class OnDuplicateKeyColumnsSegment extends Object implements SQLSegment
On duplicate key columns segment.
-
-
Constructor Summary
Constructors Constructor Description OnDuplicateKeyColumnsSegment()
-
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
-
-