public class MySqlOutFileExpr extends MySqlObjectImpl implements SQLExpr
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
MySqlOutFileExpr() |
MySqlOutFileExpr(SQLExpr file) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
accept0accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringcomputeDataType, getHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic MySqlOutFileExpr()
public MySqlOutFileExpr(SQLExpr file)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlObjectImplpublic List getChildren()
getChildren 在接口中 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–2023. All rights reserved.