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, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic SQLAssignItem getItem()
public void setItem(SQLAssignItem item)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic void accept0(SQLServerASTVisitor visitor)
accept0 in interface SQLServerObjectaccept0 in class SQLServerObjectImplpublic String getDbType()
getDbType in interface SQLStatementpublic void setDbType(String dbType)
Copyright © 2013–2017 Alibaba Group. All rights reserved.