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