com.alibaba.druid.sql.dialect.mysql.ast.statement
Class 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
- All Implemented Interfaces:
- SQLObject, SQLStatement, MySqlObject, MySqlStatement, Serializable
public class MySqlLoadXmlStatement
- extends MySqlStatementImpl
- See Also:
- Serialized Form
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)
- Specified by:
accept0 in interface MySqlObject- Overrides:
accept0 in class MySqlStatementImpl
Copyright © 2012 Alibaba Group. All Rights Reserved.