This file is indexed.

/usr/share/gtk-doc/html/libgda-5.0/introduction.html is in libgda-5.0-doc 5.2.4-3.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Introduction: GNOME Data Access 5 manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GNOME Data Access 5 manual">
<link rel="up" href="part_begin.html" title="Part I. Getting started">
<link rel="prev" href="part_begin.html" title="Part I. Getting started">
<link rel="next" href="features.html" title="Features">
<meta name="generator" content="GTK-Doc V1.25 (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="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="part_begin.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="part_begin.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="features.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
<a name="introduction"></a>Introduction</h2></div></div></div>
<p>
	<a href="http://foldoc.org/ODBC"><span class="acronym">ODBC</span></a> and <a href="http://foldoc.org/SQL"><span class="acronym">SQL</span></a> are established standards. However <a href="http://foldoc.org/ODBC"><span class="acronym">ODBC</span></a> is mostly limited to
	the Microsoft Windows environment (even though the UnixODBC project exists and links
	to some drivers), and the API is quite old and not well integrated into the GNOME ecosystem.
      </p>
<p>
	<a href="http://foldoc.org/SQL"><span class="acronym">SQL</span></a> itself is standardized but up to some point only, so that <a href="http://foldoc.org/SQL"><span class="acronym">SQL</span></a> source
	compatibility can not be assured for all database servers. And for some
	sort of servers, <a href="http://foldoc.org/SQL"><span class="acronym">SQL</span></a> is not even feasible (think about <a href="http://foldoc.org/LDAP"><span class="acronym">LDAP</span></a>).
      </p>
<p>
	<a href="http://foldoc.org/JDBC"><span class="acronym">JDBC</span></a> is a more recent standard which replaces <a href="http://foldoc.org/ODBC"><span class="acronym">ODBC</span></a> in the Java world, but it's limited
	to the Java programming world, and is difficult to integrate in C (or other languages
	different from Java). There are however a lot of JDBC drivers out there for many database
	engines.
      </p>
<p>
	<a href="http://foldoc.org/GDA"><span class="acronym">GDA</span></a> (GNOME Data Access) tries to tackle the <a href="http://foldoc.org/ODBC"><span class="acronym">ODBC</span></a> and <a href="http://foldoc.org/JDBC"><span class="acronym">JDBC</span></a> "limitations" and help you with the <a href="http://foldoc.org/SQL"><span class="acronym">SQL</span></a>
	problem. It's a sort of middleware to access different data sources. It offers a high level view of
	data sources and has some places where you can plug in low level access
	to the database for special tasks.
      </p>
<p>
	It offers a wrapper around the database internals, thus making it easier
	for programmers to make use of all the power provided by many RDBMS without
	knowing much about it. It comes as a set of libraries, a core one and some extensions (the GTK+ UI
	extension for example) and some drivers for the most common OpenSource or proprietary database engines.
      </p>
<p>
	Some of these drivers are a bit special: the LDAP provider allows one to adress an LDAP directory as
	if it were composed of tables (provided some configuration), and the <a href="http://foldoc.org/JDBC"><span class="acronym">JDBC</span></a> provider "wraps" any <a href="http://foldoc.org/JDBC"><span class="acronym">JDBC</span></a> driver.
      </p>
<p>
	Along with these libraries (and associated header files and language 
	bindings for development), <span class="application">Libgda</span> includes several tools and utilities
	to help you with the task of developing applications based on <span class="application">Libgda</span>,
	as well as for automating some database-related tasks.
      </p>
<p>
	<span class="application">Libgda</span> is implemented for <code class="systemitem">UNIX</code>-like operating systems
	(including <code class="systemitem">Linux</code>), and <code class="systemitem">Windows</code>.
      </p>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>