definition: |
getColumnValueSelector :: ColumnDescription a -> (SQLValue -> a) getColumnValueSelector (ColDesc _ _ _ f) = f |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({ColDesc}) |-> _} |
name: |
getColumnValueSelector |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
ColumnDescription a -> Database.CDBI.Connection.SQLValue -> a |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |