public class SQLInsertStatement extends SQLInsertInto implements SQLStatement
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLInsertStatement.ValuesClause |
| 构造器和说明 |
|---|
SQLInsertStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, toStringaccept, 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 在接口中 SQLStatementpublic void setDbType(String dbType)
Copyright © 2013–2016 Alibaba Group. All rights reserved.