8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-26 07:23:08 +01:00
firebird-mirror/src/gpre/sdltable.h
2007-02-11 09:23:32 +00:00

56 lines
1.7 KiB
C

/*
* The contents of this file are subject to the Interbase Public
* License Version 1.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy
* of the License at http://www.Inprise.com/IPL.html
*
* Software distributed under the License is distributed on an
* "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
* or implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code was created by Inprise Corporation
* and its predecessors. Portions created by Inprise Corporation are
* Copyright (C) Inprise Corporation.
*
* All Rights Reserved.
* Contributor(s): ______________________________________.
*/
"gds__sdl_eoc", // -1
"gds__sdl_version1", // 1
"gds__sdl_relation", // 2
"gds__sdl_rid", // 3
"gds__sdl_field", // 4
"gds__sdl_fid", // 5
"gds__sdl_struct", // 6
"gds__sdl_variable", // 7
"gds__sdl_scalar", // 8
"gds__sdl_tiny_integer", // 9
"gds__sdl_short_integer", // 10
"gds__sdl_long_integer", // 11
"gds__sdl_literal", // 12
"gds__sdl_add", // 13
"gds__sdl_subtract", // 14
"gds__sdl_multiply", // 15
"gds__sdl_divide", // 16
"gds__sdl_negate", // 17
"gds__sdl_eql", // 18
"gds__sdl_neq", // 19
"gds__sdl_gtr", // 20
"gds__sdl_geq", // 21
"gds__sdl_lss", // 22
"gds__sdl_leq", // 23
"gds__sdl_and", // 24
"gds__sdl_or", // 25
"gds__sdl_not", // 26
"gds__sdl_while", // 27
"gds__sdl_assignment", // 28
"gds__sdl_label", // 29
"gds__sdl_leave", // 30
"gds__sdl_begin", // 31
"gds__sdl_end", // 32
"gds__sdl_do3", // 33
"gds__sdl_do2", // 34
"gds__sdl_do1", // 35
"gds__sdl_element", // 36