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, 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(SQLServerInsertStatement x)
public void accept0(SQLServerASTVisitor visitor)
accept0
in interface SQLServerObject
public 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 SQLObject
clone
in interface SQLStatement
clone
in class SQLInsertStatement
Copyright © 2013–2017 Alibaba Group. All rights reserved.