public class MySqlReplaceStatement extends MySqlStatementImpl
Constructor and Description |
---|
MySqlReplaceStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(MySqlASTVisitor 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) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
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()
public void accept0(MySqlASTVisitor visitor)
accept0
in interface MySqlObject
accept0
in class MySqlStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.