|
Classes |
struct | sandesha2_seq_property_mgr_ops |
struct | sandesha2_seq_property_mgr |
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) |