ensembl-hive  2.5
Bio::EnsEMBL::Hive::DBSQL::ObjectAdaptor Class Reference
+ Inheritance diagram for Bio::EnsEMBL::Hive::DBSQL::ObjectAdaptor:

Public Member Functions

public object_class ()
 
public slicer ()
 
public objectify ()
 
public mark_stored ()
 
public keys_to_columns ()
 
public The refresh ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor
public default_table_name ()
 
public default_insertion_method ()
 
public default_overflow_limit ()
 
public default_input_column_mapping ()
 
public do_not_update_columns ()
 
public new ()
 
public db ()
 
public dbc ()
 
public prepare ()
 
public overflow_limit ()
 
public input_column_mapping ()
 
public table_name ()
 
public insertion_method ()
 
public column_set ()
 
public primary_key ()
 
public updatable_column_list ()
 
public autoinc_id ()
 
protected _table_info_loader ()
 
public count_all ()
 
public fetch_all ()
 
public primary_key_constraint ()
 
public fetch_by_dbID ()
 
public remove_all ()
 
public remove ()
 
public update ()
 
public store_or_update_one ()
 
public check_object_present_in_db_by_content ()
 
public class_specific_execute ()
 
public store ()
 
protected _multi_column_filter ()
 
public DESTROY ()
 
public AUTOLOAD ()
 

Detailed Description

Synopsis

$object_adaptor = $dba->get_SpecificObjectAdaptor;
$object_adaptor = $specific_object->adaptor;

Description

    This module defines a parent class for all specific object adaptors.
    It is not supposed to be instantiated directly.

Definition at line 18 of file ObjectAdaptor.pm.

Member Function Documentation

◆ keys_to_columns()

public Bio::EnsEMBL::Hive::DBSQL::ObjectAdaptor::keys_to_columns ( )

Undocumented method

Code:
click to view

◆ mark_stored()

public Bio::EnsEMBL::Hive::DBSQL::ObjectAdaptor::mark_stored ( )

Undocumented method

Code:
click to view

◆ object_class()

public Bio::EnsEMBL::Hive::DBSQL::ObjectAdaptor::object_class ( )

Undocumented method

Code:
click to view

◆ objectify()

public Bio::EnsEMBL::Hive::DBSQL::ObjectAdaptor::objectify ( )

Undocumented method

Code:
click to view

◆ refresh()

public The Bio::EnsEMBL::Hive::DBSQL::ObjectAdaptor::refresh ( )
  Arg [1]    : Bio::EnsEMBL::Hive::Storable and Bio::EnsEMBL::Hive::Cacheable object
  Description: reload the object from the database
  Returntype : The object with the same reference but with reloaded data.
 
Code:
click to view

◆ slicer()

public Bio::EnsEMBL::Hive::DBSQL::ObjectAdaptor::slicer ( )

Undocumented method

Code:
click to view

The documentation for this class was generated from the following file: