com.alibaba.druid.sql.dialect.mysql.ast.statement
Class MySqlLoadDataInFileStatement

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLStatementImpl
          extended by com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlStatementImpl
              extended by com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlLoadDataInFileStatement
All Implemented Interfaces:
SQLObject, SQLStatement, MySqlObject, MySqlStatement, Serializable

public class MySqlLoadDataInFileStatement
extends MySqlStatementImpl

See Also:
Serialized Form

Constructor Summary
MySqlLoadDataInFileStatement()
           
 
Method Summary
 void accept0(MySqlASTVisitor visitor)
           
 String getCharset()
           
 SQLLiteralExpr getColumnsEnclosedBy()
           
 SQLLiteralExpr getColumnsEscaped()
           
 SQLLiteralExpr getColumnsTerminatedBy()
           
 SQLLiteralExpr getFileName()
           
 SQLExpr getIgnoreLinesNumber()
           
 SQLLiteralExpr getLinesStartingBy()
           
 SQLLiteralExpr getLinesTerminatedBy()
           
 List<SQLExpr> getSetList()
           
 SQLName getTableName()
           
 boolean isColumnsEnclosedOptionally()
           
 boolean isConcurrent()
           
 boolean isIgnore()
           
 boolean isLocal()
           
 boolean isLowPriority()
           
 boolean isReplicate()
           
 void setCharset(String charset)
           
 void setColumnsEnclosedBy(SQLLiteralExpr columnsEnclosedBy)
           
 void setColumnsEnclosedOptionally(boolean columnsEnclosedOptionally)
           
 void setColumnsEscaped(SQLLiteralExpr columnsEscaped)
           
 void setColumnsTerminatedBy(SQLLiteralExpr columnsTerminatedBy)
           
 void setConcurrent(boolean concurrent)
           
 void setFileName(SQLLiteralExpr fileName)
           
 void setIgnore(boolean ignore)
           
 void setIgnoreLinesNumber(SQLExpr ignoreLinesNumber)
           
 void setLinesStartingBy(SQLLiteralExpr linesStartingBy)
           
 void setLinesTerminatedBy(SQLLiteralExpr linesTerminatedBy)
           
 void setLocal(boolean local)
           
 void setLowPriority(boolean lowPriority)
           
 void setReplicate(boolean replicate)
           
 void setTableName(SQLName tableName)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
output
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

MySqlLoadDataInFileStatement

public MySqlLoadDataInFileStatement()
Method Detail

isLowPriority

public boolean isLowPriority()

setLowPriority

public void setLowPriority(boolean lowPriority)

isConcurrent

public boolean isConcurrent()

setConcurrent

public void setConcurrent(boolean concurrent)

isLocal

public boolean isLocal()

setLocal

public void setLocal(boolean local)

getFileName

public SQLLiteralExpr getFileName()

setFileName

public void setFileName(SQLLiteralExpr fileName)

isReplicate

public boolean isReplicate()

setReplicate

public void setReplicate(boolean replicate)

isIgnore

public boolean isIgnore()

setIgnore

public void setIgnore(boolean ignore)

getTableName

public SQLName getTableName()

setTableName

public void setTableName(SQLName tableName)

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)

getSetList

public List<SQLExpr> getSetList()

accept0

public void accept0(MySqlASTVisitor visitor)
Specified by:
accept0 in interface MySqlObject
Overrides:
accept0 in class MySqlStatementImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.