com.alibaba.druid.sql.dialect.mysql.ast.statement
类 MySqlLoadXmlStatement

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.MySqlLoadXmlStatement
所有已实现的接口:
SQLObject, SQLStatement, MySqlObject, MySqlStatement

public class MySqlLoadXmlStatement
extends MySqlStatementImpl


构造方法摘要
MySqlLoadXmlStatement()
           
 
方法摘要
 void accept0(MySqlASTVisitor visitor)
           
 String getCharset()
           
 SQLLiteralExpr getFileName()
           
 SQLExpr getIgnoreLinesNumber()
           
 SQLExpr getRowsIdentifiedBy()
           
 List<SQLExpr> getSetList()
           
 SQLName getTableName()
           
 boolean isConcurrent()
           
 boolean isIgnore()
           
 boolean isLocal()
           
 boolean isLowPriority()
           
 boolean isReplicate()
           
 void setCharset(String charset)
           
 void setConcurrent(boolean concurrent)
           
 void setFileName(SQLLiteralExpr fileName)
           
 void setIgnore(boolean ignore)
           
 void setIgnoreLinesNumber(SQLExpr ignoreLinesNumber)
           
 void setLocal(boolean local)
           
 void setLowPriority(boolean lowPriority)
           
 void setReplicate(boolean replicate)
           
 void setRowsIdentifiedBy(SQLExpr rowsIdentifiedBy)
           
 void setTableName(SQLName tableName)
           
 
从类 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
 

构造方法详细信息

MySqlLoadXmlStatement

public MySqlLoadXmlStatement()
方法详细信息

getRowsIdentifiedBy

public SQLExpr getRowsIdentifiedBy()

setRowsIdentifiedBy

public void setRowsIdentifiedBy(SQLExpr rowsIdentifiedBy)

isLowPriority

public boolean isLowPriority()

setLowPriority

public void setLowPriority(boolean lowPriority)

isConcurrent

public boolean isConcurrent()

setConcurrent

public void setConcurrent(boolean concurrent)

isLocal

public boolean isLocal()

setLocal

public void setLocal(boolean local)

getFileName

public SQLLiteralExpr getFileName()

setFileName

public void setFileName(SQLLiteralExpr fileName)

isReplicate

public boolean isReplicate()

setReplicate

public void setReplicate(boolean replicate)

isIgnore

public boolean isIgnore()

setIgnore

public void setIgnore(boolean ignore)

getTableName

public SQLName getTableName()

setTableName

public void setTableName(SQLName tableName)

getCharset

public String getCharset()

setCharset

public void setCharset(String charset)

getIgnoreLinesNumber

public SQLExpr getIgnoreLinesNumber()

setIgnoreLinesNumber

public void setIgnoreLinesNumber(SQLExpr ignoreLinesNumber)

getSetList

public List<SQLExpr> getSetList()

accept0

public void accept0(MySqlASTVisitor visitor)
指定者:
接口 MySqlObject 中的 accept0
覆盖:
MySqlStatementImpl 中的 accept0


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.