public final class InsertStatement extends DMLStatement implements TableSegmentAvailable
| Constructor and Description |
|---|
InsertStatement() |
| Modifier and Type | Method and Description |
|---|---|
List<List<ExpressionSegment>> |
getAllValueExpressions()
Get all value expressions.
|
List<String> |
getColumnNames()
Get column names.
|
com.google.common.base.Optional<SetAssignmentsSegment> |
getSetAssignment()
Get set assignment segment.
|
int |
getValueCountForPerGroup()
Get value count for per value list.
|
int |
getValueListCount()
Get value list count.
|
boolean |
useDefaultColumns()
Judge is use default columns or not.
|
findSQLSegment, findSQLSegments, getAllSQLSegmentsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTable, setTablegetParametersCountpublic com.google.common.base.Optional<SetAssignmentsSegment> getSetAssignment()
public boolean useDefaultColumns()
public int getValueListCount()
public int getValueCountForPerGroup()
public List<List<ExpressionSegment>> getAllValueExpressions()
Copyright © 2020 The Apache Software Foundation. All rights reserved.