CurryInfo: cdbi-3.2.0 / Database.CDBI.Criteria.colValAlt

definition: Info
 
colValAlt :: String -> String -> SQLValue -> ColVal
colValAlt table cl s =
     ColVal (toCColumn
            (Column ("\"" ++ cl ++ "\"")
                    ("\"" ++ table ++ "\".\"" ++ "\"" ++ cl ++ "\"")))
            (Val s)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Alternative ColVal constructor without typesafety
@param table - The Tablename of the column
@param cl - The column name
@param s - The SQLValue
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> {ColVal}}
name: Info
 colValAlt
precedence: Info
 no precedence defined
result-values: Info
 {ColVal}
signature: Info
 String -> String -> Database.CDBI.Connection.SQLValue -> ColVal
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms