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 |
toLowerCaseString() |
String |
toString() |
addColumn, addValueCause, cloneTo, getAlias, getColumns, getColumnsString, getColumnsStringHash, getQuery, getTableName, getTableSource, getValues, getValuesList, setAlias, setColumnsString, setQuery, setQuery, setTableName, setTableSource, setTableSource, setValuesaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void cloneTo(SQLInsertStatement x)
public SQLInsertStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLInsertIntopublic List<SQLObject> getChildren()
getChildren in interface SQLStatementpublic 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 SQLStatementpublic SQLWithSubqueryClause getWith()
public void setWith(SQLWithSubqueryClause with)
public String toString()
toString in class SQLObjectImplpublic String toLowerCaseString()
toLowerCaseString in interface SQLStatementCopyright © 2013–2018 Alibaba Group. All rights reserved.