WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell.ContentsIndex
WASH.CGI.LogEntry
Description
Definition of the type of the redo log entries
Documentation
data PARAMETER
Constructors
PAR_RESULT Stringresult of an IO operation shown as a string
PAR_VALUES CGIParametersrecord of a form input
PAR_MARK Stringrecorded stateID before the mark
PAR_IGNORED
PAR_TRANS Stringrecorded stateID at start of transaction
PAR_CRE_TV String Stringrecord of a create or init operation
PAR_REM_TV Stringrecord of a remove operation
PAR_GET_TV String Stringrecord of a get operation
PAR_SET_TV String Stringrecord of a set operation
PAR_DB Stringrecord entry for all DB operations. the string is already the result of a show operation for DB tuples, so it is doubly encoded :-(
show/hide Instances
Produced by Haddock version 0.8