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

Public Member Functions

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

my $intermediate_result_nt_adaptor = $dba->get_NakedTableAdaptor( 'table_name' => 'intermediate_result' );
my $final_result_nt_adaptor = $final_result_nt->adaptor;

Description

    This module together with its data container are used to enable dataflow into arbitrary tables (rather than just 'job' table).
    Due to the implementation of EnsEMBL Registry code, NakedTable objects know *where* to dataflow, and NakedTableAdaptor knows *how* to dataflow.

Definition at line 18 of file NakedTableAdaptor.pm.

Member Function Documentation

◆ keys_to_columns()

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

Undocumented method

Code:
click to view

◆ mark_stored()

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

Undocumented method

Code:
click to view

◆ objectify()

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

Undocumented method

Code:
click to view

◆ slicer()

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

Undocumented method

Code:
click to view

The documentation for this class was generated from the following file:
Bio::EnsEMBL::Hive::DBSQL::NakedTableAdaptor::keys_to_columns
public keys_to_columns()
Bio::EnsEMBL::Hive::DBSQL::NakedTableAdaptor::slicer
public slicer()
Bio::EnsEMBL::Hive::DBSQL::NakedTableAdaptor::mark_stored
public mark_stored()
Bio::EnsEMBL::Hive::DBSQL::NakedTableAdaptor::objectify
public objectify()