public class MySqlOutFileExpr extends MySqlObjectImpl implements SQLExpr
| Constructor and Description |
|---|
MySqlOutFileExpr() |
MySqlOutFileExpr(SQLExpr file) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLExpr |
clone() |
String |
getCharset() |
List |
getChildren() |
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, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic MySqlOutFileExpr()
public MySqlOutFileExpr(SQLExpr file)
public void accept0(MySqlASTVisitor visitor)
accept0 in interface MySqlObjectaccept0 in class MySqlObjectImplpublic List getChildren()
getChildren in interface SQLExprpublic 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–2018 Alibaba Group. All rights reserved.