public class MySqlOutFileExpr extends MySqlObjectImpl implements SQLExpr
Constructor and Description |
---|
MySqlOutFileExpr() |
MySqlOutFileExpr(SQLExpr file) |
Modifier and Type | Method and Description |
---|---|
void |
accept0(MySqlASTVisitor visitor) |
String |
getCharset() |
SQLLiteralExpr |
getColumnsEnclosedBy() |
SQLLiteralExpr |
getColumnsEscaped() |
SQLExpr |
getColumnsTerminatedBy() |
SQLExpr |
getFile() |
SQLExpr |
getIgnoreLinesNumber() |
SQLLiteralExpr |
getLinesStartingBy() |
SQLLiteralExpr |
getLinesTerminatedBy() |
boolean |
isColumnsEnclosedOptionally() |
void |
setCharset(String charset) |
void |
setColumnsEnclosedBy(SQLLiteralExpr columnsEnclosedBy) |
void |
setColumnsEnclosedOptionally(boolean columnsEnclosedOptionally) |
void |
setColumnsEscaped(SQLLiteralExpr columnsEscaped) |
void |
setColumnsTerminatedBy(SQLExpr columnsTerminatedBy) |
void |
setFile(SQLExpr file) |
void |
setIgnoreLinesNumber(SQLExpr ignoreLinesNumber) |
void |
setLinesStartingBy(SQLLiteralExpr linesStartingBy) |
void |
setLinesTerminatedBy(SQLLiteralExpr linesTerminatedBy) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public MySqlOutFileExpr()
public MySqlOutFileExpr(SQLExpr file)
public void accept0(MySqlASTVisitor visitor)
accept0
in interface MySqlObject
accept0
in class MySqlObjectImpl
public SQLExpr getFile()
public void setFile(SQLExpr file)
public String getCharset()
public void setCharset(String charset)
public SQLExpr getColumnsTerminatedBy()
public void setColumnsTerminatedBy(SQLExpr 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)
Copyright © 2013–2017 Alibaba Group. All rights reserved.