Assuming we have these functions in the database:
+>Again for PostgreSQL, assuming we have these functions in the database:
hunk ./doc/html/Database-Enumerator.html 1741
->... then this code shows how nested queries mights work in PostgreSQL:
+>... then this code shows how nested queries mights work:
hunk ./doc/html/Database-Enumerator.html 1771
- here we use mapM_ to apply an IO action to the list returned by
+ here we use mapM_ to apply an IO action to the list returned by
hunk ./doc/html/Database-Enumerator.html 2632
+>This is really just a wrapper that lets us write lists of
+ heterogenous bind values e.g. [bindP string, bindP (0::Int), ...]
+ |
This is really just a wrapper that lets us write lists of
+ heterogenous bind values e.g. [bindP string, bindP (0::Int), ...]
+ | prefetch :: Int -> String -> QueryStringTuned
|
|
|
sql_tuned :: QueryResourceUsage -> String -> QueryStringTuned |
prefetch :: Int -> String -> QueryStringTuned |
|
|
sql_tuned :: QueryResourceUsage -> String -> QueryStringTuned |
Invoke main like this (assuming compiled to takusen.exe):
+>Invoke main like this (assuming the compiled executable is called takusen):
hunk ./doc/html/Test-MiniUnit.html 87
->exposed for self-testing only; see MiniUnitTestExposed for self-testing only; see Test.MiniUnitTestHUnitTest.HUnitTest.HUnit
+ to use