diff -r 000000000000 -r 08ec8eefde2f persistentstorage/dbms/pcdbms/usql/UQ_KEYWD.H --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/persistentstorage/dbms/pcdbms/usql/UQ_KEYWD.H Fri Jan 22 11:06:30 2010 +0200 @@ -0,0 +1,73 @@ +// 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(autoincrement), +KEYWORD(bigint), +KEYWORD(binary), +KEYWORD(bit), +KEYWORD(by), +KEYWORD(char), +KEYWORD(char8), +KEYWORD(collate), +KEYWORD(collated), +KEYWORD(counter), +KEYWORD(create), +KEYWORD(date), +KEYWORD(delete), +KEYWORD(desc), +KEYWORD(double), +KEYWORD(drop), +KEYWORD(escape), +KEYWORD(float), +KEYWORD(folded), +KEYWORD(from), +KEYWORD(index), +KEYWORD(insert), +KEYWORD(integer), +KEYWORD(into), +KEYWORD(is), +KEYWORD(like), +KEYWORD(long), +KEYWORD(normal), +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(varchar8), +KEYWORD(where)