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: 15 February 2025 06:25 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 06:25, February 15, 2025 from https://wiki.haskell.org/index.php?title=HDBC-Example&oldid=19650.
MLA style
"HDBC-Example." HaskellWiki. 3 Mar 2008, 09:01 UTC. 15 Feb 2025, 06:25 <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 15 February 2025]
Chicago style
HaskellWiki contributors, "HDBC-Example," HaskellWiki, https://wiki.haskell.org/index.php?title=HDBC-Example&oldid=19650 (accessed February 15, 2025).
CBE/CSE style
HaskellWiki contributors. HDBC-Example [Internet]. HaskellWiki; 2008 Mar 3, 09:01 UTC [cited 2025 Feb 15]. 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 February 15, 2025).
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 15-February-2025]" }
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 15-February-2025]" }