com.alibaba.druid.sql.dialect.mysql.ast.expr
类 MySqlOutFileExpr

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.dialect.mysql.ast.MySqlObjectImpl
          继承者 com.alibaba.druid.sql.dialect.mysql.ast.expr.MySqlOutFileExpr
所有已实现的接口:
SQLExpr, SQLObject, MySqlObject

public class MySqlOutFileExpr
extends MySqlObjectImpl
implements SQLExpr


构造方法摘要
MySqlOutFileExpr()
           
MySqlOutFileExpr(SQLExpr file)
           
 
方法摘要
 void accept0(MySqlASTVisitor visitor)
           
 String getCharset()
           
 SQLLiteralExpr getColumnsEnclosedBy()
           
 SQLLiteralExpr getColumnsEscaped()
           
 SQLLiteralExpr 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(SQLLiteralExpr columnsTerminatedBy)
           
 void setFile(SQLExpr file)
           
 void setIgnoreLinesNumber(SQLExpr ignoreLinesNumber)
           
 void setLinesStartingBy(SQLLiteralExpr linesStartingBy)
           
 void setLinesTerminatedBy(SQLLiteralExpr linesTerminatedBy)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

MySqlOutFileExpr

public MySqlOutFileExpr()

MySqlOutFileExpr

public MySqlOutFileExpr(SQLExpr file)
方法详细信息

accept0

public void accept0(MySqlASTVisitor visitor)
指定者:
接口 MySqlObject 中的 accept0
指定者:
MySqlObjectImpl 中的 accept0

getFile

public SQLExpr getFile()

setFile

public void setFile(SQLExpr file)

getCharset

public String getCharset()

setCharset

public void setCharset(String charset)

getColumnsTerminatedBy

public SQLLiteralExpr getColumnsTerminatedBy()

setColumnsTerminatedBy

public void setColumnsTerminatedBy(SQLLiteralExpr columnsTerminatedBy)

isColumnsEnclosedOptionally

public boolean isColumnsEnclosedOptionally()

setColumnsEnclosedOptionally

public void setColumnsEnclosedOptionally(boolean columnsEnclosedOptionally)

getColumnsEnclosedBy

public SQLLiteralExpr getColumnsEnclosedBy()

setColumnsEnclosedBy

public void setColumnsEnclosedBy(SQLLiteralExpr columnsEnclosedBy)

getColumnsEscaped

public SQLLiteralExpr getColumnsEscaped()

setColumnsEscaped

public void setColumnsEscaped(SQLLiteralExpr columnsEscaped)

getLinesStartingBy

public SQLLiteralExpr getLinesStartingBy()

setLinesStartingBy

public void setLinesStartingBy(SQLLiteralExpr linesStartingBy)

getLinesTerminatedBy

public SQLLiteralExpr getLinesTerminatedBy()

setLinesTerminatedBy

public void setLinesTerminatedBy(SQLLiteralExpr linesTerminatedBy)

getIgnoreLinesNumber

public SQLExpr getIgnoreLinesNumber()

setIgnoreLinesNumber

public void setIgnoreLinesNumber(SQLExpr ignoreLinesNumber)


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.