public class MySqlLoadDataInFileStatement extends MySqlStatementImpl
| Constructor and Description |
|---|
MySqlLoadDataInFileStatement() |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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 MySqlObjectaccept0 in class MySqlStatementImplpublic List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class MySqlStatementImplCopyright © 2013–2018 Alibaba Group. All rights reserved.