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()
           
 
方法摘要
 void accept0(MySqlASTVisitor visitor)
           
 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)
           
 
从类 com.alibaba.druid.sql.ast.SQLStatementImpl 继承的方法
toString
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

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-2014 Alibaba Group. All Rights Reserved.