• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

browser/H03-May-2022-98,06778,962

cmdtool/H03-May-2022-3,5852,768

help/H03-May-2022-630558

Makefile.amH A D08-Nov-20203.6 KiB174140

Makefile.inH A D03-May-202245.1 KiB1,2831,159

READMEH A D08-Nov-2020883 2920

command-exec.cH A D08-Nov-202028.9 KiB936789

command-exec.hH A D08-Nov-20202.2 KiB5223

config-info.cH A D08-Nov-202020.5 KiB742615

config-info.hH A D08-Nov-20201.6 KiB3814

gda-list-config.cH A D08-Nov-20201.4 KiB4418

gda-list-server-op.cH A D08-Nov-202011.3 KiB401327

gda-print.cssH A D08-Nov-20204.3 KiB293261

gda-sql-res.rcH A D18-Mar-201928 31

gda-sql.1.inH A D08-Nov-202019.4 KiB416355

gda-sql.cH A D08-Nov-2020177.7 KiB6,0505,201

gda-sql.hH A D08-Nov-20202.4 KiB7736

gda-threader.cH A D08-Nov-20208.9 KiB342224

gda-threader.hH A D08-Nov-20202.3 KiB6531

gda-tree-mgr-xml.cH A D08-Nov-20205.8 KiB202139

gda-tree-mgr-xml.hH A D08-Nov-20202 KiB5325

gda.cssH A D08-Nov-20204.3 KiB291260

html-doc.cH A D08-Nov-20203.9 KiB11769

html-doc.hH A D08-Nov-20201.1 KiB3413

information-schema-doc.cH A D08-Nov-20208.9 KiB258212

information-schema-types.cH A D08-Nov-20205.5 KiB180142

irb.cssH A D08-Nov-20202 KiB6663

tool-utils.cH A D08-Nov-20201.8 KiB6032

tool-utils.hH A D08-Nov-20201.4 KiB4518

tools-favorites.cH A D08-Nov-202042.2 KiB1,293996

tools-favorites.hH A D08-Nov-20204.7 KiB13164

web-server.cH A D08-Nov-202066.5 KiB2,2561,787

web-server.hH A D08-Nov-20201.9 KiB6529

README

1gda-sql-5.0
2-----------
3Console program to open connections to databases and execute SQL commands.
4
5
6gda-list-config-5.0
7-------------------
8Gives a list of installed database providers (along with all the parameters
9they each accept when opening a connection, and a list of the configured DSN
10(data source name).
11
12
13gda-list-server-op-5.0:
14-----------------------
15Gives a list of named parameters expected, for each database provider and for
16each type of server operation.
17
18
19information-schema-doc
20----------------------
21Generates the i_s_doc.xml file from the libgda/information-schema.xml file
22to be included in the documentation, in $topsrcdir/doc/C/.
23
24
25information-schema-types
26------------------------
27Generates the gda-meta-column-types.h file from the libgda/information-schema.xml file
28to be used by database providers, must be moved to $topsrcdir/libgda/providers-support/.
29