public class MySqlLoadXmlStatement extends MySqlStatementImpl
Constructor and Description |
---|
MySqlLoadXmlStatement() |
Modifier and Type | Method and Description |
---|---|
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) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLExpr getRowsIdentifiedBy()
public void setRowsIdentifiedBy(SQLExpr rowsIdentifiedBy)
public boolean isLowPriority()
public void setLowPriority(boolean lowPriority)
public boolean isConcurrent()
public void setConcurrent(boolean concurrent)
public boolean isLocal()
public void setLocal(boolean local)
public SQLLiteralExpr getFileName()
public void setFileName(SQLLiteralExpr fileName)
public boolean isReplicate()
public void setReplicate(boolean replicate)
public boolean isIgnore()
public void setIgnore(boolean ignore)
public SQLName getTableName()
public void setTableName(SQLName tableName)
public String getCharset()
public void setCharset(String charset)
public SQLExpr getIgnoreLinesNumber()
public void setIgnoreLinesNumber(SQLExpr ignoreLinesNumber)
public void accept0(MySqlASTVisitor visitor)
accept0
in interface MySqlObject
accept0
in class MySqlStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.