ensembl-hive  2.6
Bio::EnsEMBL::Hive::DBSQL::AnalysisDataAdaptor Class Reference
+ Inheritance diagram for Bio::EnsEMBL::Hive::DBSQL::AnalysisDataAdaptor:

Public Member Functions

public default_table_name ()
 
public Int fetch_by_data_to_analysis_data_id ()
 
public store_if_needed ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Hive::DBSQL::NakedTableAdaptor
public slicer ()
 
public objectify ()
 
public mark_stored ()
 
public keys_to_columns ()
 
- 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

$dataDBA = $db_adaptor->get_AnalysisDataAdaptor;

Description

   analysis_data table holds LONGTEXT data that is currently used as an extension of some fixed-width fields of 'job' table.
   It is no longer general-purpose. Please avoid accessing this table directly or via the adaptor.

Definition at line 18 of file AnalysisDataAdaptor.pm.

Member Function Documentation

◆ default_table_name()

public Bio::EnsEMBL::Hive::DBSQL::AnalysisDataAdaptor::default_table_name ( )

Undocumented method

Code:
click to view

◆ fetch_by_data_to_analysis_data_id()

public Int Bio::EnsEMBL::Hive::DBSQL::AnalysisDataAdaptor::fetch_by_data_to_analysis_data_id ( )
  Arg [1]    : String $input_id
  Example    :
$ext_data_id = $analysis_data_adaptor->fetch_by_data_to_analysis_data_id( $input_id );
  Description: Attempts to find an entry in the analysis_data table by its content (data + MD5 checksum)
  Returntype : Integer (dbID of the analysis_data table)
 
Code:
click to view

◆ store_if_needed()

public Bio::EnsEMBL::Hive::DBSQL::AnalysisDataAdaptor::store_if_needed ( )

Undocumented method

Code:
click to view

The documentation for this class was generated from the following file:
Bio::EnsEMBL::Hive::DBSQL::AnalysisDataAdaptor::fetch_by_data_to_analysis_data_id
public Int fetch_by_data_to_analysis_data_id()
Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::AUTOLOAD
public AUTOLOAD()
Bio::EnsEMBL::Hive::DBSQL::AnalysisDataAdaptor::default_table_name
public default_table_name()
Bio::EnsEMBL::Hive::DBSQL::AnalysisDataAdaptor::store_if_needed
public store_if_needed()