public class MySqlLoadDataInFileStatement extends MySqlStatementImpl
Constructor and Description |
---|
MySqlLoadDataInFileStatement() |
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 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 SQLLiteralExpr getColumnsTerminatedBy()
public void setColumnsTerminatedBy(SQLLiteralExpr columnsTerminatedBy)
public boolean isColumnsEnclosedOptionally()
public void setColumnsEnclosedOptionally(boolean columnsEnclosedOptionally)
public SQLLiteralExpr getColumnsEnclosedBy()
public void setColumnsEnclosedBy(SQLLiteralExpr columnsEnclosedBy)
public SQLLiteralExpr getColumnsEscaped()
public void setColumnsEscaped(SQLLiteralExpr columnsEscaped)
public SQLLiteralExpr getLinesStartingBy()
public void setLinesStartingBy(SQLLiteralExpr linesStartingBy)
public SQLLiteralExpr getLinesTerminatedBy()
public void setLinesTerminatedBy(SQLLiteralExpr linesTerminatedBy)
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.