/usr/share/doc/libh2-java/api/overview.html is in libh2-java-doc 1.4.196-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0, Version 1.0,
and under the Eclipse Public License, Version 1.0
Initial Developer: H2 Group
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>API Overview</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
</head>
<body>
<table style="width: 100%; height: 100%; border: 0px;">
<tr style="border:0px; border-left:1px solid #aca899;">
<td style="border:0px; border-left:1px solid #aca899;">
<div style="margin:10px;">
<h1>API Overview</h1>
<h2>JDBC API</h2>
<p>
Use the JDBC API to connect to a database and execute queries.
</p>
<h2>Tools API</h2>
<p>
The Tools API can be used to do maintenance operations,
such as deleting database files or changing the database file password,
that do not require a connection to the database.
</p>
</div></td></tr></table>
</body>
</html>
|