sandesha2_create_seq_mgr.h File Reference
Sandesha In Memory Create Sequence 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_create_seq_bean.h>
Go to the source code of this file.
|
Classes |
struct | sandesha2_create_seq_mgr_ops |
struct | sandesha2_create_seq_mgr |
Typedefs |
typedef struct
sandesha2_create_seq_mgr | sandesha2_create_seq_mgr_t |
typedef struct
sandesha2_create_seq_mgr_ops | sandesha2_create_seq_mgr_ops_t |
Functions |
AXIS2_EXTERN
sandesha2_create_seq_mgr_t * | sandesha2_create_seq_mgr_create (const axutil_env_t *env, axis2_char_t *dbname) |
void | sandesha2_create_seq_mgr_free (sandesha2_create_seq_mgr_t *seq_mgr, const axutil_env_t *env) |
axis2_bool_t | sandesha2_create_seq_mgr_insert (sandesha2_create_seq_mgr_t *seq_mgr, const axutil_env_t *env, sandesha2_create_seq_bean_t *bean) |
axis2_bool_t | sandesha2_create_seq_mgr_remove (sandesha2_create_seq_mgr_t *seq_mgr, const axutil_env_t *env, axis2_char_t *msg_id) |
sandesha2_create_seq_bean_t * | sandesha2_create_seq_mgr_retrieve (sandesha2_create_seq_mgr_t *seq_mgr, const axutil_env_t *env, axis2_char_t *msg_id) |
axis2_bool_t | sandesha2_create_seq_mgr_update (sandesha2_create_seq_mgr_t *seq_mgr, const axutil_env_t *env, sandesha2_create_seq_bean_t *bean) |
axutil_array_list_t * | sandesha2_create_seq_mgr_find (sandesha2_create_seq_mgr_t *seq_mgr, const axutil_env_t *env, sandesha2_create_seq_bean_t *bean) |
sandesha2_create_seq_bean_t * | sandesha2_create_seq_mgr_find_unique (sandesha2_create_seq_mgr_t *seq_mgr, const axutil_env_t *env, sandesha2_create_seq_bean_t *bean) |
Detailed Description
Sandesha In Memory Create Sequence Manager Interface.