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, setValuesList
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public boolean isUpsert()
public void setUpsert(boolean upsert)
public String getDbType()
getDbType
in interface SQLStatement
public void setDbType(String dbType)
Copyright © 2013–2017 Alibaba Group. All rights reserved.