com.alibaba.druid.sql.dialect.mysql.ast.statement
Class MySqlReplaceStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlStatementImpl
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlReplaceStatement
- All Implemented Interfaces:
- SQLObject, SQLStatement, MySqlObject, MySqlStatement, Serializable
public class MySqlReplaceStatement
- extends MySqlStatementImpl
- See Also:
- Serialized Form
MySqlReplaceStatement
public MySqlReplaceStatement()
getTableName
public SQLName getTableName()
setTableName
public void setTableName(SQLName tableName)
getColumns
public List<SQLExpr> getColumns()
isLowPriority
public boolean isLowPriority()
setLowPriority
public void setLowPriority(boolean lowPriority)
isDelayed
public boolean isDelayed()
setDelayed
public void setDelayed(boolean delayed)
getQuery
public SQLQueryExpr getQuery()
setQuery
public void setQuery(SQLQueryExpr query)
getValuesList
public List<SQLInsertStatement.ValuesClause> getValuesList()
accept0
public void accept0(MySqlASTVisitor visitor)
- Specified by:
accept0 in interface MySqlObject- Overrides:
accept0 in class MySqlStatementImpl
Copyright © 2012 Alibaba Group. All Rights Reserved.