public class SQLSetStatement extends SQLStatementImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLSetStatement.Option |
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLSetStatement() |
SQLSetStatement(DbType dbType) |
SQLSetStatement(SQLExpr target,
SQLExpr value) |
SQLSetStatement(SQLExpr target,
SQLExpr value,
DbType dbType) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLSetStatement |
clone() |
List |
getChildren() |
List<SQLCommentHint> |
getHints() |
List<SQLAssignItem> |
getItems() |
SQLSetStatement.Option |
getOption() |
void |
output(Appendable buf) |
static SQLSetStatement |
plus(SQLName target) |
void |
set(SQLExpr target,
SQLExpr value) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setItems(List<SQLAssignItem> items) |
void |
setOption(SQLSetStatement.Option option) |
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLSetStatement()
public SQLSetStatement(DbType dbType)
public static SQLSetStatement plus(SQLName target)
public List<SQLAssignItem> getItems()
public void setItems(List<SQLAssignItem> items)
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public SQLSetStatement.Option getOption()
public void setOption(SQLSetStatement.Option option)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic void output(Appendable buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplpublic SQLSetStatement clone()
clone 在接口中 SQLObjectclone 在接口中 SQLStatementclone 在类中 SQLStatementImplpublic List getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplCopyright © 2013–2023. All rights reserved.