- accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- addColumn
void addColumn(SQLTableElement column)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
SQLAlterViewStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- computeName
string computeName()
Undocumented in source. Be warned that the author may not have intended to support it.
- getAlgorithm
string getAlgorithm()
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!SQLTableElement getColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
- getComment
SQLLiteralExpr getComment()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDefiner
SQLName getDefiner()
Undocumented in source. Be warned that the author may not have intended to support it.
- getName
SQLName getName()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSchema
string getSchema()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSqlSecurity
string getSqlSecurity()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSubQuery
SQLSelect getSubQuery()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTableSource
SQLExprTableSource getTableSource()
Undocumented in source. Be warned that the author may not have intended to support it.
- isForce
bool isForce()
Undocumented in source. Be warned that the author may not have intended to support it.
- isIfNotExists
bool isIfNotExists()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWithCascaded
bool isWithCascaded()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWithCheckOption
bool isWithCheckOption()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWithLocal
bool isWithLocal()
Undocumented in source. Be warned that the author may not have intended to support it.
- isWithReadOnly
bool isWithReadOnly()
Undocumented in source. Be warned that the author may not have intended to support it.
- setAlgorithm
void setAlgorithm(string algorithm)
Undocumented in source. Be warned that the author may not have intended to support it.
- setComment
void setComment(SQLLiteralExpr comment)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDefiner
void setDefiner(SQLName definer)
Undocumented in source. Be warned that the author may not have intended to support it.
- setForce
void setForce(bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
- setIfNotExists
void setIfNotExists(bool ifNotExists)
Undocumented in source. Be warned that the author may not have intended to support it.
- setName
void setName(SQLName name)
Undocumented in source. Be warned that the author may not have intended to support it.
- setName
void setName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSqlSecurity
void setSqlSecurity(string sqlSecurity)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSubQuery
void setSubQuery(SQLSelect subQuery)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTableSource
void setTableSource(SQLExprTableSource tableSource)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWithCascaded
void setWithCascaded(bool withCascaded)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWithCheckOption
void setWithCheckOption(bool withCheckOption)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWithLocal
void setWithLocal(bool withLocal)
Undocumented in source. Be warned that the author may not have intended to support it.
- setWithReadOnly
void setWithReadOnly(bool withReadOnly)
Undocumented in source. Be warned that the author may not have intended to support it.