- cloneTo
alias cloneTo = SQLConstraintImpl.cloneTo
Undocumented in source.
- columns
List!SQLSelectOrderByItem columns;
Undocumented in source.
- getColumns
List!SQLSelectOrderByItem getColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
- addColumn
void addColumn(SQLExpr column)
Undocumented in source. Be warned that the author may not have intended to support it.
- addColumn
void addColumn(SQLSelectOrderByItem column)
Undocumented in source. Be warned that the author may not have intended to support it.
- accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- containsColumn
bool containsColumn(string column)
Undocumented in source. Be warned that the author may not have intended to support it.
- containsColumn
bool containsColumn(long columnNameHash)
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneTo
void cloneTo(SQLUnique x)
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
SQLUnique clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- simplify
void simplify()
Undocumented in source. Be warned that the author may not have intended to support it.
- applyColumnRename
bool applyColumnRename(SQLName columnName, SQLName to)
Undocumented in source. Be warned that the author may not have intended to support it.
- applyDropColumn
bool applyDropColumn(SQLName columnName)
Undocumented in source. Be warned that the author may not have intended to support it.