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