public abstract class InsertStatement extends AbstractSQLStatement implements DMLStatement
| 构造器和说明 |
|---|
InsertStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<ColumnSegment> |
getColumns()
Get columns.
|
Optional<InsertColumnsSegment> |
getInsertColumns()
Get insert columns segment.
|
Optional<SubquerySegment> |
getInsertSelect()
Get insert select segment.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterCountpublic Optional<InsertColumnsSegment> getInsertColumns()
public Collection<ColumnSegment> getColumns()
public Optional<SubquerySegment> getInsertSelect()
Copyright © 2022 The Apache Software Foundation. All rights reserved.