MySqlLoadDataInFileStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

accept0
alias accept0 = MySqlStatementImpl.accept0
Undocumented in source.

Functions

accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getCharset
string getCharset()
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!(SQLObject) getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
getColumns
List!(SQLExpr) getColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnsEnclosedBy
SQLLiteralExpr getColumnsEnclosedBy()
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnsEscaped
SQLLiteralExpr getColumnsEscaped()
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnsTerminatedBy
SQLLiteralExpr getColumnsTerminatedBy()
Undocumented in source. Be warned that the author may not have intended to support it.
getFileName
SQLLiteralExpr getFileName()
Undocumented in source. Be warned that the author may not have intended to support it.
getIgnoreLinesNumber
SQLExpr getIgnoreLinesNumber()
Undocumented in source. Be warned that the author may not have intended to support it.
getLinesStartingBy
SQLLiteralExpr getLinesStartingBy()
Undocumented in source. Be warned that the author may not have intended to support it.
getLinesTerminatedBy
SQLLiteralExpr getLinesTerminatedBy()
Undocumented in source. Be warned that the author may not have intended to support it.
getSetList
List!(SQLExpr) getSetList()
Undocumented in source. Be warned that the author may not have intended to support it.
getTableName
SQLName getTableName()
Undocumented in source. Be warned that the author may not have intended to support it.
isColumnsEnclosedOptionally
bool isColumnsEnclosedOptionally()
Undocumented in source. Be warned that the author may not have intended to support it.
isConcurrent
bool isConcurrent()
Undocumented in source. Be warned that the author may not have intended to support it.
isIgnore
bool isIgnore()
Undocumented in source. Be warned that the author may not have intended to support it.
isLocal
bool isLocal()
Undocumented in source. Be warned that the author may not have intended to support it.
isLowPriority
bool isLowPriority()
Undocumented in source. Be warned that the author may not have intended to support it.
isReplicate
bool isReplicate()
Undocumented in source. Be warned that the author may not have intended to support it.
setCharset
void setCharset(string charset)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumns
void setColumns(List!(SQLExpr) columns)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumnsEnclosedBy
void setColumnsEnclosedBy(SQLLiteralExpr columnsEnclosedBy)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumnsEnclosedOptionally
void setColumnsEnclosedOptionally(bool columnsEnclosedOptionally)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumnsEscaped
void setColumnsEscaped(SQLLiteralExpr columnsEscaped)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumnsTerminatedBy
void setColumnsTerminatedBy(SQLLiteralExpr columnsTerminatedBy)
Undocumented in source. Be warned that the author may not have intended to support it.
setConcurrent
void setConcurrent(bool concurrent)
Undocumented in source. Be warned that the author may not have intended to support it.
setFileName
void setFileName(SQLLiteralExpr fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
setIgnore
void setIgnore(bool ignore)
Undocumented in source. Be warned that the author may not have intended to support it.
setIgnoreLinesNumber
void setIgnoreLinesNumber(SQLExpr ignoreLinesNumber)
Undocumented in source. Be warned that the author may not have intended to support it.
setLinesStartingBy
void setLinesStartingBy(SQLLiteralExpr linesStartingBy)
Undocumented in source. Be warned that the author may not have intended to support it.
setLinesTerminatedBy
void setLinesTerminatedBy(SQLLiteralExpr linesTerminatedBy)
Undocumented in source. Be warned that the author may not have intended to support it.
setLocal
void setLocal(bool local)
Undocumented in source. Be warned that the author may not have intended to support it.
setLowPriority
void setLowPriority(bool lowPriority)
Undocumented in source. Be warned that the author may not have intended to support it.
setReplicate
void setReplicate(bool replicate)
Undocumented in source. Be warned that the author may not have intended to support it.
setSetList
void setSetList(List!(SQLExpr) setList)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableName
void setTableName(SQLName tableName)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySqlStatementImpl

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!(SQLObject) getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta