CurryInfo: cdbi-3.2.0 / Database.CDBI.Description.sqlStringOrNull

definition:
sqlStringOrNull :: (Maybe String) -> SQLValue
sqlStringOrNull Nothing = SQLNull
sqlStringOrNull (Just a) = SQLString a
demand:
argument 1
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Nothing}) |-> {SQLNull} || ({Just}) |-> {SQLString}}
name:
sqlStringOrNull
precedence:
no precedence defined
result-values:
{SQLNull,SQLString}
signature:
Prelude.Maybe String -> Database.CDBI.Connection.SQLValue
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms