hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLTableConstraint
hunt
sql
ast
statement
SQLTableConstraint
Undocumented in source.
interface
SQLTableConstraint :
SQLConstraint
,
SQLTableElement
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.
From SQLTableElement
clone
SQLTableElement
clone
()
Undocumented in source.
Meta
Source
See Implementation
hunt
sql
ast
statement
SQLTableConstraint
interfaces
SQLTableConstraint