CurryInfo: keydb-3.1.0 / Database.KeyDatabaseSQLite.closeDBHandles

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