hibernated v0.3.7 (2022-03-03T07:50:56Z)
Home
Dub
Repo
TableInfo.addForeignKey
hibernated
metadata
TableInfo
Undocumented in source. Be warned that the author may not have intended to support it.
void
addForeignKey
(string thisTable, EntityInfo otherEntity, string columnName, string uniqueIndex)
class
TableInfo
void
addForeignKey
(
string
thisTable
,
const
EntityInfo
otherEntity
,
string
columnName
,
string
uniqueIndex
)
void
addForeignKey
(PropertyInfo pi)
Meta
Source
See Implementation
hibernated
metadata
TableInfo
constructors
this
functions
addColumn
addForeignKey
addJoinTable
addUniqueColumnIndex
find
getCreateIndexSQL
getCreateTableSQL
getDropIndexSQL
getDropTableSQL
opIndex
references
variables
columnNameMap
columns
entity
entity2
indexes
pkDef
schema
tableName