sandesha2_seq_property_mgr.h File Reference
Sandesha In Memory Sequence Property Manager Interface.
More...
#include <axutil_allocator.h>
#include <axutil_env.h>
#include <axutil_error.h>
#include <axutil_string.h>
#include <axutil_utils.h>
#include <axis2_ctx.h>
#include <axutil_array_list.h>
#include <sandesha2_seq_property_bean.h>
Go to the source code of this file.
|
Classes |
struct | sandesha2_seq_property_mgr_ops |
struct | sandesha2_seq_property_mgr |
Typedefs |
typedef struct
sandesha2_seq_property_mgr | sandesha2_seq_property_mgr_t |
typedef struct
sandesha2_seq_property_mgr_ops | sandesha2_seq_property_mgr_ops_t |
Functions |
AXIS2_EXTERN
sandesha2_seq_property_mgr_t * | sandesha2_seq_property_mgr_create (const axutil_env_t *env, axis2_char_t *dbname) |
void | sandesha2_seq_property_mgr_free (sandesha2_seq_property_mgr_t *seq_property, const axutil_env_t *envv) |
axis2_bool_t | sandesha2_seq_property_mgr_insert (sandesha2_seq_property_mgr_t *seq_property, const axutil_env_t *env, sandesha2_seq_property_bean_t *bean) |
axis2_bool_t | sandesha2_seq_property_mgr_remove (sandesha2_seq_property_mgr_t *seq_property, const axutil_env_t *env, axis2_char_t *seq_id, axis2_char_t *name) |
sandesha2_seq_property_bean_t * | sandesha2_seq_property_mgr_retrieve (sandesha2_seq_property_mgr_t *seq_property, const axutil_env_t *env, const axis2_char_t *seq_id, const axis2_char_t *name) |
axis2_bool_t | sandesha2_seq_property_mgr_update (sandesha2_seq_property_mgr_t *seq_property, const axutil_env_t *env, sandesha2_seq_property_bean_t *bean) |
axutil_array_list_t * | sandesha2_seq_property_mgr_find (sandesha2_seq_property_mgr_t *seq_property, const axutil_env_t *env, sandesha2_seq_property_bean_t *bean) |
sandesha2_seq_property_bean_t * | sandesha2_seq_property_mgr_find_unique (sandesha2_seq_property_mgr_t *seq_property, const axutil_env_t *env, sandesha2_seq_property_bean_t *bean) |
axutil_array_list_t * | sandesha2_seq_property_mgr_retrieve_all (sandesha2_seq_property_mgr_t *seq_property, const axutil_env_t *env) |
Detailed Description
Sandesha In Memory Sequence Property Manager Interface.