author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
permissions | -rw-r--r-- |
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
7 //
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
10 //
11 // Contributors:
12 //
13 // Description:
14 // SQL Keywords in alphabetical order. Keywords should be in lower case
15 // This include file is used to generate both the keyword array and
16 // the keyword enumeration
17 //
18 //
20 KEYWORD(add),
21 KEYWORD(alter),
22 KEYWORD(and),
23 KEYWORD(asc),
24 KEYWORD(bigint),
25 KEYWORD(binary),
26 KEYWORD(bit),
27 KEYWORD(by),
28 KEYWORD(char),
29 KEYWORD(counter),
30 KEYWORD(create),
31 KEYWORD(date),
32 KEYWORD(delete),
33 KEYWORD(desc),
34 KEYWORD(double),
35 KEYWORD(drop),
36 KEYWORD(escape),
37 KEYWORD(float),
38 KEYWORD(from),
39 KEYWORD(index),
40 KEYWORD(insert),
41 KEYWORD(integer),
42 KEYWORD(into),
43 KEYWORD(is),
44 KEYWORD(like),
45 KEYWORD(long),
46 KEYWORD(not),
47 KEYWORD(null),
48 KEYWORD(on),
49 KEYWORD(or),
50 KEYWORD(order),
51 KEYWORD(precision),
52 KEYWORD(real),
53 KEYWORD(select),
54 KEYWORD(set),
55 KEYWORD(smallint),
56 KEYWORD(table),
57 KEYWORD(time),
58 KEYWORD(timestamp),
59 KEYWORD(tinyint),
60 KEYWORD(unique),
61 KEYWORD(unsigned),
62 KEYWORD(update),
63 KEYWORD(values),
64 KEYWORD(varbinary),
65 KEYWORD(varchar),
66 KEYWORD(where)