File: default_docs.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 (91 lines) | stat: -rw-r--r-- 3,123 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
	<title>{{ page.title }}</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="description" content="The official documentation for the PostgreSQL JDBC Driver" />
	<meta name="copyright" content="The PostgreSQL Global Development Group" />

	<style type="text/css" media="screen" title="Normal Text">@import url("media/css/docs.css");</style>
	<link rel="stylesheet" type="text/css" href="{{ page.resource }}/css/syntax.css">

	<link rel="shortcut icon" href="{{ page.resource }}/favicon.ico" />
</head>

<body>
	<div id="docHeader">
		<div id="docHeaderLogo">
			<a href="https://jdbc.postgresql.org/" title="PostgreSQL JDBC Driver"><img src="media/img/layout/hdr_left3a.png" alt="PostgreSQL" height="80" width="390" /></a>
		</div>
	</div>

	<div id="docContainerWrap">
		<div id="docContainer">
			<div id="docContent">

				<div class="NAVHEADER">
					<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
						<tbody>
						<tr>
							<th colspan="3" valign="bottom" align="center">
								<h2 class="TITLE">{{ page.header }}</h2>
							</th>
						</tr>
						<tr>
							<td valign="top" width="20%" align="left">
								<a title="{{ page.previoustitle }}" href="{{ page.previous }}" accesskey="P">Prev</a>
							</td>
							<td valign="bottom" width="60%" align="center">&nbsp;</td>
							<td valign="top" width="20%" align="right">
								<a title="{{ page.nexttitle }}" href="{{ page.next }}" accesskey="N">Next</a>
							</td>
    						</tr>
  					</tbody>
					</table>
					<hr class="c1" width="100%" />
				</div> <!-- NAVHEADER -->

				<div class="CHAPTER">
  					<h1>{{ page.title }}</h1>
					
					{{ content }}
				</div>

				<div class="NAVFOOTER">
					<hr class="c1" width="100%" />
					<table summary="Footer navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
					<tbody>
						<tr>
							<td valign="top" width="33%" align="left">
								<a href="{{ page.previous }}" accesskey="P">Prev</a>
							</td>
							<td valign="top" width="34%" align="center">
								<a href="index.html" accesskey="H">Home</a>
							</td>
							<td valign="top" width="33%" align="right">
								<a href="{{ page.next }}" accesskey="N">Next</a>
							</td>
    						</tr>
						<tr>
							<td valign="top" width="33%" align="left">{{ page.previoustitle }}</td>
							<td valign="top" width="34%" align="center">&nbsp;</td>
							<td valign="top" width="33%" align="right">{{ page.nexttitle }}</td>
						</tr>
					</tbody>
					</table>
				</div> <!-- NAVFOOTER -->


			</div> <!-- docContent -->
			
			<div id="docComments"></div>

			<div id="docFooter">
				<a class="navFooter" href="https://www.postgresql.org/about/privacypolicy">Privacy Policy</a> |
				<a class="navFooter" href="https://www.postgresql.org/about/">About PostgreSQL</a><br/>
				Copyright &copy; 1996-{{ site.time | date: "%Y" }} The PostgreSQL Global Development Group
			</div> <!-- pgFooter -->
		</div> <!-- docContainer -->
	</div> <!-- docContainer -->
</body>
</html>