public abstract class AssignmentSegment extends Object implements SQLSegment
| 构造器和说明 |
|---|
AssignmentSegment() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract List<ColumnSegment> |
getColumns()
Get list of column segments.
|
abstract ExpressionSegment |
getValue()
Get expression segment value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStartIndex, getStopIndexpublic abstract List<ColumnSegment> getColumns()
public abstract ExpressionSegment getValue()
Copyright © 2022 The Apache Software Foundation. All rights reserved.