Main Page | Data Structures | File List | Data Fields | Globals

etl_data.h File Reference

Functions for manipulating ETL Data Definition Language files. More...

#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_tetl_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_tetl_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.


Detailed Description

Functions for manipulating ETL Data Definition Language files.

Definition in file etl_data.h.


Function Documentation

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.

resolver is used to find any included files.

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.

resolver is used to find any included files.


Generated on Sat Jun 3 10:17:28 2006 for ETL by  doxygen 1.4.4