- accept0
void accept0(MySqlASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
SQLExpr clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- computeDataType
SQLDataType computeDataType()
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.
- 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
SQLExpr getColumnsTerminatedBy()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFile
SQLExpr getFile()
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.
- isColumnsEnclosedOptionally
bool isColumnsEnclosedOptionally()
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.
- 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(SQLExpr columnsTerminatedBy)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFile
void setFile(SQLExpr file)
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.