1 
2 /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
3 
4 #ifndef __LIBGDA_SQL_PARSER_ENUM_TYPES_H__
5 #define __LIBGDA_SQL_PARSER_ENUM_TYPES_H__
6 
7 #include <glib-object.h>
8 
9 G_BEGIN_DECLS
10 GType gda_sql_parser_error_get_type (void);
11 #define GDA_TYPE_SQL_PARSER_ERROR (gda_sql_parser_error_get_type())
12 GType gda_sql_parser_mode_get_type (void);
13 #define GDA_TYPE_SQL_PARSER_MODE (gda_sql_parser_mode_get_type())
14 GType gda_sql_parser_flavour_get_type (void);
15 #define GDA_TYPE_SQL_PARSER_FLAVOUR (gda_sql_parser_flavour_get_type())
16 GType gda_sql_statement_compound_type_get_type (void);
17 #define GDA_TYPE_SQL_STATEMENT_COMPOUND_TYPE (gda_sql_statement_compound_type_get_type())
18 GType gda_sql_error_get_type (void);
19 #define GDA_TYPE_SQL_ERROR (gda_sql_error_get_type())
20 GType gda_sql_statement_type_get_type (void);
21 #define GDA_TYPE_SQL_STATEMENT_TYPE (gda_sql_statement_type_get_type())
22 GType gda_sql_any_part_type_get_type (void);
23 #define GDA_TYPE_SQL_ANY_PART_TYPE (gda_sql_any_part_type_get_type())
24 GType gda_sql_operator_type_get_type (void);
25 #define GDA_TYPE_SQL_OPERATOR_TYPE (gda_sql_operator_type_get_type())
26 GType gda_sql_select_join_type_get_type (void);
27 #define GDA_TYPE_SQL_SELECT_JOIN_TYPE (gda_sql_select_join_type_get_type())
28 G_END_DECLS
29 
30 #endif /* __LIBGDA_ENUM_TYPES_H__ */
31 
32 /* Generated data ends here */
33 
34