public class SQLReplaceStatement extends SQLStatementImpl
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<SQLExpr> |
columns |
protected boolean |
delayed |
protected boolean |
lowPriority |
protected SQLQueryExpr |
query |
protected SQLExprTableSource |
tableSource |
protected List<SQLInsertStatement.ValuesClause> |
valuesList |
afterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
SQLReplaceStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
void |
addColumn(SQLExpr column) |
List<SQLExpr> |
getColumns() |
SQLQueryExpr |
getQuery() |
SQLName |
getTableName() |
SQLExprTableSource |
getTableSource() |
List<SQLInsertStatement.ValuesClause> |
getValuesList() |
boolean |
isDelayed() |
boolean |
isLowPriority() |
void |
setDelayed(boolean delayed) |
void |
setLowPriority(boolean lowPriority) |
void |
setQuery(SQLQueryExpr query) |
void |
setTableName(SQLName tableName) |
void |
setTableSource(SQLExprTableSource tableSource) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprotected boolean lowPriority
protected boolean delayed
protected SQLExprTableSource tableSource
protected List<SQLInsertStatement.ValuesClause> valuesList
protected SQLQueryExpr query
public SQLName getTableName()
public void setTableName(SQLName tableName)
public SQLExprTableSource getTableSource()
public void setTableSource(SQLExprTableSource tableSource)
public void addColumn(SQLExpr column)
public boolean isLowPriority()
public void setLowPriority(boolean lowPriority)
public boolean isDelayed()
public void setDelayed(boolean delayed)
public SQLQueryExpr getQuery()
public void setQuery(SQLQueryExpr query)
public List<SQLInsertStatement.ValuesClause> getValuesList()
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplCopyright © 2013–2019 Alibaba Group. All rights reserved.