Parsing functions


Functions

RDB_expression * RDB_parse_expr (const char *txt, RDB_exec_context *ecp)

Detailed Description

#include <dli/parse.h>

Function Documentation

RDB_expression* RDB_parse_expr ( const char *  txt,
RDB_exec_context *  ecp 
)

Parse the expression specified by txt.

Returns:
The parsed expression, or NULL if the parsing failed.
Errors:
RDB_SYNTAX_ERROR
A syntax error occurred during parsing.
The call may also fail for a system error.

Warning:
The parser is not reentrant.


Generated on Sat Mar 15 14:09:00 2008 for Duro by  doxygen 1.5.1