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