com.alibaba.druid.sql.dialect.mysql.ast.statement
类 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
- 所有已实现的接口:
- SQLObject, SQLStatement, MySqlObject, MySqlStatement
public class MySqlReplaceStatement
- extends MySqlStatementImpl
MySqlReplaceStatement
public MySqlReplaceStatement()
getTableName
public SQLName getTableName()
setTableName
public void setTableName(SQLName tableName)
getTableSource
public SQLExprTableSource getTableSource()
setTableSource
public void setTableSource(SQLExprTableSource tableSource)
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)
- 指定者:
- 接口
MySqlObject 中的 accept0 - 覆盖:
- 类
MySqlStatementImpl 中的 accept0
Copyright © 2013 Alibaba Group. All Rights Reserved.