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 |
|---|---|
String |
getDbType() |
boolean |
isUpsert() |
void |
setDbType(String dbType) |
void |
setUpsert(boolean upsert) |
addColumn, getAlias, getColumns, getQuery, getTableName, getTableSource, getValues, getValuesList, setAlias, setQuery, setTableName, setTableSource, setTableSource, setValues, setValuesListaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic boolean isUpsert()
public void setUpsert(boolean upsert)
public String getDbType()
getDbType in interface SQLStatementpublic void setDbType(String dbType)
Copyright © 2013–2017 Alibaba Group. All rights reserved.