File: README

package info (click to toggle)
gnade 1.6.2-8
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,220 kB
  • ctags: 847
  • sloc: ada: 40,154; sh: 4,124; sql: 3,590; makefile: 1,372; xml: 120; awk: 29
file content (26 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download | duplicates (6)
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
Contents
========

This is the embedded SQL Translator. The translator consitsts
of the the following components:

driver.adb		    - Top level program, decoding command line
driver.ads                    switches and handing the command line
esql_parser.adb		    - Parser for ESQL. It contains the code 
esql_parser.ads               generation as well.
gnu-db-esql_support.adb	    - This is a support package which is used
gnu-db-esql_support.ads       by the code generated by the ESQL translator.
			      It contains the interface to the ODBC 
			      interface.
main.adb		    - Main prcoedure. This procedure is generated
			      from main_template.adb
main_template.adb	    - Template for the main procedure
options.ads		    - This package contains all option flags. The 
			      option falgs are set by the driver.
scanner.adb		    - Lexical scanner for the embedded SQL
scanner.ads                   translator.
sql_standard.ads	    - This package is required by the ISO/92
			      stabdard.
tables.adb                  - Index tree template. It is used to maintain
			      symbol tables.
tables.ads