os/persistentdata/persistentstorage/dbms/usql/UQ_KEYWD.H
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/persistentstorage/dbms/usql/UQ_KEYWD.H	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,66 @@
     1.4 +// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// SQL Keywords in alphabetical order. Keywords should be in lower case
    1.18 +// This include file is used to generate both the keyword array and
    1.19 +// the keyword enumeration
    1.20 +// 
    1.21 +//
    1.22 +
    1.23 +KEYWORD(add),
    1.24 +KEYWORD(alter),
    1.25 +KEYWORD(and),
    1.26 +KEYWORD(asc),
    1.27 +KEYWORD(bigint),
    1.28 +KEYWORD(binary),
    1.29 +KEYWORD(bit),
    1.30 +KEYWORD(by),
    1.31 +KEYWORD(char),
    1.32 +KEYWORD(counter),
    1.33 +KEYWORD(create),
    1.34 +KEYWORD(date),
    1.35 +KEYWORD(delete),
    1.36 +KEYWORD(desc),
    1.37 +KEYWORD(double),
    1.38 +KEYWORD(drop),
    1.39 +KEYWORD(escape),
    1.40 +KEYWORD(float),
    1.41 +KEYWORD(from),
    1.42 +KEYWORD(index),
    1.43 +KEYWORD(insert),
    1.44 +KEYWORD(integer),
    1.45 +KEYWORD(into),
    1.46 +KEYWORD(is),
    1.47 +KEYWORD(like),
    1.48 +KEYWORD(long),
    1.49 +KEYWORD(not),
    1.50 +KEYWORD(null),
    1.51 +KEYWORD(on),
    1.52 +KEYWORD(or),
    1.53 +KEYWORD(order),
    1.54 +KEYWORD(precision),
    1.55 +KEYWORD(real),
    1.56 +KEYWORD(select),
    1.57 +KEYWORD(set),
    1.58 +KEYWORD(smallint),
    1.59 +KEYWORD(table),
    1.60 +KEYWORD(time),
    1.61 +KEYWORD(timestamp),
    1.62 +KEYWORD(tinyint),
    1.63 +KEYWORD(unique),
    1.64 +KEYWORD(unsigned),
    1.65 +KEYWORD(update),
    1.66 +KEYWORD(values),
    1.67 +KEYWORD(varbinary),
    1.68 +KEYWORD(varchar),
    1.69 +KEYWORD(where)