casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TaQL.h
Go to the documentation of this file.
1 //# TaQL.h: The TaQL module - Casacore data querying
2 //# Copyright (C) 1994-2010
3 //# Associated Universities, Inc. Washington DC, USA.
4 //#
5 //# This library is free software; you can redistribute it and/or modify it
6 //# under the terms of the GNU Library General Public License as published by
7 //# the Free Software Foundation; either version 2 of the License, or (at your
8 //# option) any later version.
9 //#
10 //# This library is distributed in the hope that it will be useful, but WITHOUT
11 //# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 //# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
13 //# License for more details.
14 //#
15 //# You should have received a copy of the GNU Library General Public License
16 //# along with this library; if not, write to the Free Software Foundation,
17 //# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
18 //#
19 //# Correspondence concerning AIPS++ should be addressed as follows:
20 //# Internet email: aips2-request@nrao.edu.
21 //# Postal address: AIPS++ Project Office
22 //# National Radio Astronomy Observatory
23 //# 520 Edgemont Road
24 //# Charlottesville, VA 22903-2475 USA
25 //#
26 //# $Id: Tables.h 21434 2014-05-07 13:07:20Z gervandiepen $
27 
28 #ifndef TABLES_TAQL_H
29 #define TABLES_TAQL_H
30 
31 //# Includes
32 //# table expressions (for selection of rows)
33 #include <casacore/casa/aips.h>
37 
38 
39 namespace casacore { //# NAMESPACE CASACORE - BEGIN
40 
41 // <module>
42 
43 // <summary>
44 // TaQL is the query language for Casacore tables
45 // </summary>
46 
47 // <use visibility=export>
48 
49 // <reviewed reviewer="jhorstko" date="1994/08/30" tests="" demos="">
50 // </reviewed>
51 
52 // <prerequisite>
53 // <li> <linkto module="Tables:description">Tables</linkto> module
54 // </prerequisite>
55 
56 // <etymology>
57 // "TaQL" is the Table Query Language. Its pronounciation rhymes with bagel.
58 // </etymology>
59 
60 // <synopsis>
61 // TaQL is an SQL-like language to query a Casacore table.
62 // Amongst its options are row select, sort, update, and delete.
63 // <br>Some more information is given in the description of the
64 // <linkto module="Tables:select and sort">Tables module</linkto>.
65 // A detailed description is given in <A HREF="../notes/199.html">note 199</A>.
66 // </synopsis>
67 // </module>
68 
69 
70 } //# NAMESPACE CASACORE - END
71 
72 #endif