File: extras.html

package info (click to toggle)
libpgjava 42.2.5-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,136 kB
  • sloc: java: 57,821; xml: 1,135; sh: 307; perl: 99; makefile: 7
file content (43 lines) | stat: -rw-r--r-- 1,216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
layout: default
title: PostgreSQL JDBC Extras
resource: ../media
nav: ../
---

{% include submenu_about.html %}

				<div id="pgContentWrap">
					<h1>Extras</h1>
					<hr />
					<div>
						<ul class="minitoc">
							<li><a href="#intro">Introduction</a></li>
							<li><a href="#jdbccache">Statement Caching Wrapper</a></li>
						</ul>
					</div>
					<hr />

					<a name="intro"></a>
					<h2 class="underlined_10">Introduction</h2>
					<div>
						<p>
							Here is a collection of things that may be useful to you that
							are not part of the core driver.  For assistance or support you
							should contact the channels specified in each item, instead of
							the core driver lists/team.
						</p>
					</div>
					<hr />

					<a name="jdbccache"></a>
					<h2 class="underlined_10"><a href="http://jdbccache.projects.postgresql.org">Statement Caching Wrapper</a></h2>
					<div>
						<p>
							Wraps the core driver to enable caching of PreparedStatement
							objects.  Not all application servers support this functionality
							in their connection pools and not all applications are deployed
							onto application servers.
						</p>
					</div>
				</div> <!-- pgContentWrap -->