definition:
|
indexEntryKeyColDesc :: Database.CDBI.Description.ColumnDescription IndexEntryID
indexEntryKeyColDesc =
Database.CDBI.Description.ColDesc "\"IndexEntry\".\"Key\""
Database.CDBI.Connection.SQLTypeInt
(\(IndexEntryID key) -> Database.CDBI.Connection.SQLInt key)
(\(Database.CDBI.Connection.SQLInt key) -> IndexEntryID key)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- The description of the database column `Key` of the `IndexEntry` entity.
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {ColDesc}}
|
name:
|
indexEntryKeyColDesc
|
precedence:
|
no precedence defined
|
result-values:
|
{ColDesc}
|
signature:
|
Database.CDBI.Description.ColumnDescription IndexEntryID
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
possibly non-reducible on same data term
|