hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLUniqueConstraint
hunt
sql
ast
statement
SQLUniqueConstraint
Undocumented in source.
interface
SQLUniqueConstraint :
SQLConstraint
{
List
!
SQLSelectOrderByItem
getColumns
();
bool
containsColumn
(string column);
bool
containsColumn
(long columnNameHash);
}
Members
Functions
containsColumn
bool
containsColumn
(long columnNameHash)
Undocumented in source.
containsColumn
bool
containsColumn
(string column)
Undocumented in source.
getColumns
List
!
SQLSelectOrderByItem
getColumns
()
Undocumented in source.
Inherited Members
From SQLConstraint
getName
SQLName
getName
()
Undocumented in source.
setName
void
setName
(SQLName value)
Undocumented in source.
getComment
SQLExpr
getComment
()
Undocumented in source.
setComment
void
setComment
(SQLExpr x)
Undocumented in source.
simplify
void
simplify
()
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
ast
statement
SQLUniqueConstraint
interfaces
SQLUniqueConstraint