This file is indexed.

/usr/share/gtk-doc/html/libgda-4.0/gda-sql.html is in libgda-4.0-doc 4.2.8-2build1.

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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Part VI. Gda SQL console's user manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GNOME Data Access 4 manual">
<link rel="up" href="index.html" title="GNOME Data Access 4 manual">
<link rel="prev" href="ch35.html" title="Example">
<link rel="next" href="gda-sql-manual-run.html" title="Getting started">
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="ch35.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GNOME Data Access 4 manual</th>
<td><a accesskey="n" href="gda-sql-manual-run.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="part">
<div class="titlepage"><div><div><h1 class="title">
<a name="gda-sql"></a>Part VI. Gda SQL console's user manual</h1></div></div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt><span class="chapter"><a href="gda-sql-manual-run.html">Getting started</a></span></dt>
<dd><dl>
<dt><span class="sect1"><a href="gda-sql-manual-run.html#id959976">Features</a></span></dt>
<dt><span class="sect1"><a href="ch36s02.html">Execution</a></span></dt>
<dt><span class="sect1"><a href="ch36s03.html">Commands</a></span></dt>
</dl></dd>
<dt><span class="chapter"><a href="gda-sql-manual-dsn.html">DSN management</a></span></dt>
<dt><span class="chapter"><a href="gda-sql-manual-open.html">Connections management</a></span></dt>
<dd><dl>
<dt><span class="sect1"><a href="gda-sql-manual-open.html#id960511">Virtual connections</a></span></dt>
<dt><span class="sect1"><a href="ch38s02.html">Meta data</a></span></dt>
<dd><dl>
<dt><span class="sect2"><a href="ch38s02.html#id960721">Information about tables</a></span></dt>
<dt><span class="sect2"><a href="ch38s02.html#id960852">Information about views</a></span></dt>
<dt><span class="sect2"><a href="ch38s02.html#id960896">Information about schemas</a></span></dt>
<dt><span class="sect2"><a href="ch38s02.html#id960926">Information about other objects</a></span></dt>
</dl></dd>
</dl></dd>
<dt><span class="chapter"><a href="gda-sql-manual-icommands.html">Detailed features</a></span></dt>
<dd><dl>
<dt><span class="sect1"><a href="gda-sql-manual-icommands.html#id960987">Query buffer</a></span></dt>
<dt><span class="sect1"><a href="ch39s02.html">Internal parameters</a></span></dt>
<dt><span class="sect1"><a href="ch39s03.html">Embedded HTTP server</a></span></dt>
<dt><span class="sect1"><a href="ch39s04.html">Environment variables</a></span></dt>
</dl></dd>
</dl>
</div>
<p>
  The <span class="application">Libgda</span>'s console tool allow one to send SQL commands to a database server, and
  to easily browse the meta data associated to the database (ie. get information about
  tables and their columns, functions, triggers, etc). This tool has a usage similar to
  PostgreSQL's <span class="application">psql</span>, MySQL's <span class="application">mysql</span>, Oracle's
  <span class="application">sqlplus</span> or SQLite's <span class="application">sqlite3</span> programs.
</p>
<p>
  However, contrary to the programmed mentioned above, The <span class="application">Libgda</span>'s console tool
  offers the same features and usage for any of the databases supported by <span class="application">Libgda</span>.
  For more information, consult the man page (<span class="command"><strong>man gda-sql</strong></span>).
</p>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.17</div>
</body>
</html>