hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
SQLPrimaryKey
hunt
sql
ast
statement
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
Source
See Implementation
hunt
sql
ast
statement
SQLPrimaryKey
interfaces
SQLPrimaryKey