public class SQLServerInsertStatement extends SQLInsertStatement implements SQLServerObject
SQLInsertStatement.ValuesClause| Constructor and Description |
|---|
SQLServerInsertStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLServerASTVisitor visitor) |
SQLServerInsertStatement |
clone() |
void |
cloneTo(SQLServerInsertStatement x) |
SQLServerOutput |
getOutput() |
SQLServerTop |
getTop() |
boolean |
isDefaultValues() |
void |
setDefaultValues(boolean defaultValues) |
void |
setOutput(SQLServerOutput output) |
void |
setTop(SQLServerTop top) |
cloneTo, getChildren, getDbType, getWith, isAfterSemi, isUpsert, setAfterSemi, setDbType, setUpsert, setWith, toLowerCaseString, toStringaddColumn, 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(SQLServerInsertStatement x)
public void accept0(SQLServerASTVisitor visitor)
accept0 in interface SQLServerObjectpublic boolean isDefaultValues()
public void setDefaultValues(boolean defaultValues)
public SQLServerOutput getOutput()
public void setOutput(SQLServerOutput output)
public SQLServerTop getTop()
public void setTop(SQLServerTop top)
public SQLServerInsertStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLInsertStatementCopyright © 2013–2018 Alibaba Group. All rights reserved.