MySqlLoadXmlStatement

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.
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.
getRowsIdentifiedBy
SQLExpr getRowsIdentifiedBy()
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.
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.
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.
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.
setRowsIdentifiedBy
void setRowsIdentifiedBy(SQLExpr rowsIdentifiedBy)
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