public class SQLInsertStatement extends SQLInsertInto implements SQLStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLInsertStatement.ValuesClause |
| Constructor and Description |
|---|
SQLInsertStatement() |
| Modifier and Type | Method and Description |
|---|---|
SQLInsertStatement |
clone() |
void |
cloneTo(SQLInsertStatement x) |
List<SQLObject> |
getChildren() |
DbType |
getDbType() |
SQLWithSubqueryClause |
getWith() |
boolean |
isAfterSemi() |
boolean |
isUpsert() |
void |
setAfterSemi(boolean afterSemi) |
void |
setDbType(DbType dbType) |
void |
setUpsert(boolean upsert) |
void |
setWith(SQLWithSubqueryClause with) |
String |
toString() |
addColumn, addInsertBeforeComment, addPartition, addValueCause, cloneTo, getAlias, getColumns, getColumnsString, getColumnsStringHash, getHint, getInsertBeforeCommentsDirect, getPartitions, getQuery, getTableName, getTableSource, getValues, getValuesList, isOverwrite, replace, setAlias, setColumnsString, setHint, setOverwrite, setQuery, setQuery, setTableName, setTableSource, setTableSource, setValuesgetHeadHintsDirect, setHeadHints, toLowerCaseString, toParameterizedString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHeadHintsDirect, setHeadHints, toLowerCaseString, toParameterizedString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic void cloneTo(SQLInsertStatement x)
public SQLInsertStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLInsertIntopublic List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplpublic boolean isUpsert()
public void setUpsert(boolean upsert)
public DbType getDbType()
getDbType in interface SQLDbTypedObjectgetDbType in interface SQLStatementgetDbType in class SQLStatementImplpublic void setDbType(DbType dbType)
setDbType in class SQLStatementImplpublic boolean isAfterSemi()
isAfterSemi in interface SQLStatementisAfterSemi in class SQLStatementImplpublic void setAfterSemi(boolean afterSemi)
setAfterSemi in interface SQLStatementsetAfterSemi in class SQLStatementImplpublic SQLWithSubqueryClause getWith()
public void setWith(SQLWithSubqueryClause with)
public String toString()
toString in interface SQLStatementtoString in class SQLStatementImplCopyright © 2013–2021 Alibaba Group. All rights reserved.