SQLPrimaryKey

Undocumented in source.
interface SQLPrimaryKey : SQLUniqueConstraint , SQLTableElement

Inherited Members

From SQLUniqueConstraint

getColumns
List!SQLSelectOrderByItem getColumns()
Undocumented in source.
containsColumn
bool containsColumn(string column)
Undocumented in source.
containsColumn
bool containsColumn(long columnNameHash)
Undocumented in source.

From SQLTableElement

clone
SQLTableElement clone()
Undocumented in source.

Meta