#include "access-priv.h"
Data Structures | |
struct | ddl_access_attribute_s |
Defines | |
#define | DDL_ACC_CFG_ERR_TXT (1<<0) |
Dump errors as text to stderr, default. | |
#define | DDL_ACC_CFG_ERR_XML (1<<1) |
Dump errors as XML to js_error_peer(). | |
#define | DDL_ACC_CFG_ERR_LOG (1<<2) |
Dump errors to log (syslog / trace). | |
#define | DDL_ACC_CFG_ERR_WRN (1<<3) |
Dump warn (internal/ddl_errrof use only). | |
#define | DDL_ACC_CFG_ERR_XMLTXT (1<<4) |
XML or TXT as appropriate (internal/ddl_errrof use only). | |
#define | DDL_ACC_CFG_ERR_OUTPUT |
#define | DAP_PACKAGE_SELF -1 |
Return aids for the package that generated the objects. | |
#define | DAP_PACKAGE_ALL -2 |
Return post-merged aids for all packages. | |
#define | DDL_ACCESS_ATTRIBUTE_INIT() { -1, 0, DAP_PACKAGE_SELF, { 0 } } |
Typedefs | |
typedef ddl_access_attribute_s | ddl_access_attribute_t |
|
Value: |