CORBAservices

Interface CosPersistenceDS_CLI::Datastore_CLI

IDL source    Global index
interface Datastore_CLI


Operation index.

  • add_object
  • assign_PID
  • assign_PID_relative
  • connect
  • delete_object
  • disconnect
  • execute
  • get_connection
  • get_object_type
  • is_identical_PID
  • register_mapping_schema
  • retrieve_object
  • select_object
  • transact
  • update_object
  • Operations.

  • add_object

      void add_object(in Connection a_connection,
          in CosPersistenceDDO::DDO data_obj);

  • assign_PID

      void assign_PID(in PID_CLI p);

  • assign_PID_relative

      void assign_PID_relative(in PID_CLI source_pid,
          in PID_CLI target_pid);

  • connect

      void connect(in Connection a_connection,
          in string datastore_id,
          in string user_name,
          in string authentication);

  • delete_object

      void delete_object(in Connection a_connection,
          in CosPersistenceDDO::DDO data_obj);

  • disconnect

      void disconnect(in Connection a_connection);

  • execute

      Cursor execute(in Connection a_connection,
          in string command);

  • get_connection

      Connection get_connection(in string datastore_id,
          in string user_name);

  • get_object_type

      string get_object_type(in PID_CLI p);

  • is_identical_PID

      boolean is_identical_PID(in PID_CLI pid_1,
          in PID_CLI pid_2);

  • register_mapping_schema

      void register_mapping_schema(in string schema_file);

  • retrieve_object

      void retrieve_object(in Connection a_connection,
          in CosPersistenceDDO::DDO data_obj);

  • select_object

      Cursor select_object(in Connection a_connection,
          in string key);

  • transact

      void transact(in UserEnvironment user_envir,
          in short completion_type);

  • update_object

      void update_object(in Connection a_connection,
          in CosPersistenceDDO::DDO data_obj);


    Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
    with Sandia idldoc 1.0.