public class SQLReplaceStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLReplaceStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(SQLExpr column) |
void |
addPartition(SQLAssignItem partition) |
SQLStatement |
clone() |
List<SQLExpr> |
getColumns() |
List<SQLCommentHint> |
getHints() |
int |
getHintsSize() |
List<SQLAssignItem> |
getPartitions() |
SQLQueryExpr |
getQuery() |
SQLName |
getTableName() |
SQLExprTableSource |
getTableSource() |
List<SQLInsertStatement.ValuesClause> |
getValuesList() |
boolean |
isDelayed() |
boolean |
isLowPriority() |
void |
setDelayed(boolean delayed) |
void |
setHints(List<SQLCommentHint> hints) |
void |
setLowPriority(boolean lowPriority) |
void |
setQuery(SQLQueryExpr query) |
void |
setTableName(SQLName tableName) |
void |
setTableSource(SQLExprTableSource tableSource) |
getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic 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()
public SQLStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLStatementImplpublic int getHintsSize()
public List<SQLCommentHint> getHints()
public void setHints(List<SQLCommentHint> hints)
public void addPartition(SQLAssignItem partition)
public List<SQLAssignItem> getPartitions()
Copyright © 2013–2021 Alibaba Group. All rights reserved.