Cite This Page
Bibliographic details for HDBC-Example
- Page name: HDBC-Example
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 3 March 2008 09:01 UTC
- Date retrieved: 31 March 2023 16:58 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=HDBC-Example&oldid=19650
- Page Version ID: 19650
Citation styles for HDBC-Example
APA style
HDBC-Example. (2008, March 3). HaskellWiki, . Retrieved 16:58, March 31, 2023 from https://wiki.haskell.org/index.php?title=HDBC-Example&oldid=19650.
MLA style
"HDBC-Example." HaskellWiki, . 3 Mar 2008, 09:01 UTC. 31 Mar 2023, 16:58 <https://wiki.haskell.org/index.php?title=HDBC-Example&oldid=19650>.
MHRA style
HaskellWiki contributors, 'HDBC-Example', HaskellWiki, , 3 March 2008, 09:01 UTC, <https://wiki.haskell.org/index.php?title=HDBC-Example&oldid=19650> [accessed 31 March 2023]
Chicago style
HaskellWiki contributors, "HDBC-Example," HaskellWiki, , https://wiki.haskell.org/index.php?title=HDBC-Example&oldid=19650 (accessed March 31, 2023).
CBE/CSE style
HaskellWiki contributors. HDBC-Example [Internet]. HaskellWiki, ; 2008 Mar 3, 09:01 UTC [cited 2023 Mar 31]. Available from: https://wiki.haskell.org/index.php?title=HDBC-Example&oldid=19650.
Bluebook style
HDBC-Example, https://wiki.haskell.org/index.php?title=HDBC-Example&oldid=19650 (last visited March 31, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "HDBC-Example --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=HDBC-Example&oldid=19650", note = "[Online; accessed 31-March-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "HDBC-Example --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=HDBC-Example&oldid=19650}", note = "[Online; accessed 31-March-2023]" }