SQLPrimaryKeyImpl

Undocumented in source.

Members

Aliases

cloneTo
alias cloneTo = SQLUnique.cloneTo
Undocumented in source.

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLPrimaryKeyImpl clone()
Undocumented in source. Be warned that the author may not have intended to support it.
cloneTo
void cloneTo(SQLPrimaryKeyImpl x)
Undocumented in source. Be warned that the author may not have intended to support it.
isClustered
bool isClustered()
Undocumented in source. Be warned that the author may not have intended to support it.
setClustered
void setClustered(bool clustered)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clustered
bool clustered;
Undocumented in source.

Inherited Members

From SQLUnique

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.

Meta