ensembl-hive  2.1
 All Classes Namespaces Files Functions Pages
Bio::EnsEMBL::Hive::DBSQL::NakedTableAdaptor Class Reference
+ Inheritance diagram for Bio::EnsEMBL::Hive::DBSQL::NakedTableAdaptor:
+ Collaboration 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 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 store ()
 
public DESTROY ()
 
public AUTOLOAD ()
 

Detailed Description

Synopsis

$naked_table_adaptor = $dba->get_NakedTableAdaptor;
$naked_table_adaptor = $naked_table->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.

Member Function Documentation

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

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::NakedTableAdaptor::mark_stored ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::NakedTableAdaptor::objectify ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::NakedTableAdaptor::slicer ( )

Undocumented method

Code:
click to view

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