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() |
String |
getDbType() |
SQLWithSubqueryClause |
getWith() |
boolean |
isAfterSemi() |
boolean |
isUpsert() |
void |
setAfterSemi(boolean afterSemi) |
void |
setDbType(String dbType) |
void |
setUpsert(boolean upsert) |
void |
setWith(SQLWithSubqueryClause with) |
String |
toString() |
addColumn, addValueCause, cloneTo, getAlias, getColumns, getColumnsString, getQuery, getTableName, getTableSource, getValues, getValuesList, setAlias, setColumnsString, setQuery, setQuery, setTableName, setTableSource, setTableSource, setValues
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
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 void cloneTo(SQLInsertStatement x)
public SQLInsertStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLInsertInto
public List<SQLObject> getChildren()
getChildren
in interface SQLStatement
public boolean isUpsert()
public void setUpsert(boolean upsert)
public String getDbType()
getDbType
in interface SQLStatement
public void setDbType(String dbType)
public boolean isAfterSemi()
isAfterSemi
in interface SQLStatement
public void setAfterSemi(boolean afterSemi)
setAfterSemi
in interface SQLStatement
public SQLWithSubqueryClause getWith()
public void setWith(SQLWithSubqueryClause with)
public String toString()
toString
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.