#include "etl_resolver.h"
#include "etl_error.h"
#include <apr.h>
#include <apr_hash.h>
#include <apr_tables.h>
Go to the source code of this file.
Functions | |
| etl_error_t * | etl_ddl_parse (apr_hash_t **data, etl_resolver_t *resolver, apr_bucket_brigade *in, apr_pool_t *pool) |
| Parse in, a brigade containing ETL Data Definition Language, returning a hash holding the resulting variables in *data, allocated from pool. | |
| etl_error_t * | etl_ddl_parse_file (apr_hash_t **data, etl_resolver_t *resolver, const char *filename, apr_pool_t *pool) |
| Parse a file filename that holds ETL Data Definition Language, returning a hash holding the resulting variables in *data, allocated from pool. | |
Definition in file etl_data.h.
|
||||||||||||||||||||
|
Parse in, a brigade containing ETL Data Definition Language, returning a hash holding the resulting variables in *data, allocated from pool. resolver is used to find any included files. |
|
||||||||||||||||||||
|
Parse a file filename that holds ETL Data Definition Language, returning a hash holding the resulting variables in *data, allocated from pool. resolver is used to find any included files. |
1.4.4