persistentstorage/dbms/usql/UQ_KEYWD.H
changeset 0 08ec8eefde2f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/persistentstorage/dbms/usql/UQ_KEYWD.H	Fri Jan 22 11:06:30 2010 +0200
@@ -0,0 +1,66 @@
+// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// SQL Keywords in alphabetical order. Keywords should be in lower case
+// This include file is used to generate both the keyword array and
+// the keyword enumeration
+// 
+//
+
+KEYWORD(add),
+KEYWORD(alter),
+KEYWORD(and),
+KEYWORD(asc),
+KEYWORD(bigint),
+KEYWORD(binary),
+KEYWORD(bit),
+KEYWORD(by),
+KEYWORD(char),
+KEYWORD(counter),
+KEYWORD(create),
+KEYWORD(date),
+KEYWORD(delete),
+KEYWORD(desc),
+KEYWORD(double),
+KEYWORD(drop),
+KEYWORD(escape),
+KEYWORD(float),
+KEYWORD(from),
+KEYWORD(index),
+KEYWORD(insert),
+KEYWORD(integer),
+KEYWORD(into),
+KEYWORD(is),
+KEYWORD(like),
+KEYWORD(long),
+KEYWORD(not),
+KEYWORD(null),
+KEYWORD(on),
+KEYWORD(or),
+KEYWORD(order),
+KEYWORD(precision),
+KEYWORD(real),
+KEYWORD(select),
+KEYWORD(set),
+KEYWORD(smallint),
+KEYWORD(table),
+KEYWORD(time),
+KEYWORD(timestamp),
+KEYWORD(tinyint),
+KEYWORD(unique),
+KEYWORD(unsigned),
+KEYWORD(update),
+KEYWORD(values),
+KEYWORD(varbinary),
+KEYWORD(varchar),
+KEYWORD(where)