CurryInfo: keydb-3.1.0 / Database.KeyDatabaseSQLite.closeDBHandles

definition: Info
 
closeDBHandles :: IO ()
closeDBHandles =
  do withAllDBHandles hClose
     writeGlobalT openDBHandles []
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Closes all database connections. Should be called when no more
database access will be necessary.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> _}
name: Info
 closeDBHandles
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.IO ()
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms