CurryInfo: cpm-3.3.0 / CPM.Repository.RepositoryDB.indexEntryNameColDesc

definition:
indexEntryNameColDesc :: Database.CDBI.Description.ColumnDescription String
indexEntryNameColDesc =
  Database.CDBI.Description.ColDesc "\"IndexEntry\".\"Name\""
   Database.CDBI.Connection.SQLTypeString
   (\name -> Database.CDBI.Connection.SQLString name)
   (\(Database.CDBI.Connection.SQLString name) -> name)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The description of the database column `Name` of the `IndexEntry` entity.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {ColDesc}}
name:
indexEntryNameColDesc
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