public class SQLServerSetStatement extends SQLServerObjectImpl implements SQLServerStatement
Constructor and Description |
---|
SQLServerSetStatement() |
SQLServerSetStatement(SQLExpr target,
SQLExpr value) |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLServerASTVisitor visitor) |
String |
getDbType() |
SQLAssignItem |
getItem() |
void |
output(StringBuffer buf) |
void |
setDbType(String dbType) |
void |
setItem(SQLAssignItem item) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLAssignItem getItem()
public void setItem(SQLAssignItem item)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public void accept0(SQLServerASTVisitor visitor)
accept0
in interface SQLServerObject
accept0
in class SQLServerObjectImpl
public String getDbType()
getDbType
in interface SQLStatement
public void setDbType(String dbType)
Copyright © 2013–2017 Alibaba Group. All rights reserved.