39 |
* </pre> |
* </pre> |
40 |
*/ |
*/ |
41 |
|
|
42 |
#ifndef __SELECT_H_SEEN__ |
#ifndef ASC_SELECT_H |
43 |
#define __SELECT_H_SEEN__ |
#define ASC_SELECT_H |
44 |
|
|
45 |
|
/** addtogroup compiler Compiler |
46 |
|
@{ |
47 |
|
*/ |
48 |
|
|
49 |
extern struct SelectList *CreateSelect(struct Set *set, struct StatementList *sl); |
extern struct SelectList *CreateSelect(struct Set *set, struct StatementList *sl); |
50 |
/**< |
/**< |
167 |
* Copy the whole list content. not a reference count change. |
* Copy the whole list content. not a reference count change. |
168 |
*/ |
*/ |
169 |
|
|
170 |
#endif /* __SELECT_H_SEEN__ */ |
/* @} */ |
171 |
|
|
172 |
|
#endif /* ASC_SELECT_H */ |
173 |
|
|