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

Public Member Functions

public unikey ()
 
public table_name ()
 
public insertion_method ()
 
public url_query_params ()
 
public display_name ()
 
public dataflow ()
 
public toString ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Hive::Storable
public Bio::EnsEMBL::Hive::Storable new ()
 
public Int dbID ()
 
public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor adaptor ()
 
public DESTROY ()
 
public AUTOLOAD ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Hive::Cacheable
public hive_pipeline ()
 
public is_local_to ()
 
public count_local_and_remote_objects ()
 
public relative_display_name ()
 
public relative_url ()
 
public display_name ()
 
public unikey ()
 

Detailed Description

Description

    A data container object that links together an adaptor, a table and a preferred insertion method (insert/insert-ignore/replace).
    This object is generated from specially designed datalow URLs.

Definition at line 10 of file NakedTable.pm.

Member Function Documentation

◆ dataflow()

public Bio::EnsEMBL::Hive::NakedTable::dataflow ( )

Undocumented method

Code:
click to view

◆ display_name()

public Bio::EnsEMBL::Hive::NakedTable::display_name ( )

Undocumented method

Code:
click to view

◆ insertion_method()

public Bio::EnsEMBL::Hive::NakedTable::insertion_method ( )

Undocumented method

Code:
click to view

◆ table_name()

public Bio::EnsEMBL::Hive::NakedTable::table_name ( )

Undocumented method

Code:
click to view

◆ toString()

public Bio::EnsEMBL::Hive::NakedTable::toString ( )

Undocumented method

Code:
click to view

◆ unikey()

public Bio::EnsEMBL::Hive::NakedTable::unikey ( )

Undocumented method

Code:
click to view

◆ url_query_params()

public Bio::EnsEMBL::Hive::NakedTable::url_query_params ( )

Undocumented method

Code:
click to view

The documentation for this class was generated from the following file:
Bio::EnsEMBL::Hive::NakedTable::dataflow
public dataflow()
Bio::EnsEMBL::Hive::NakedTable::table_name
public table_name()
Bio::EnsEMBL::Hive::NakedTable::unikey
public unikey()
Bio::EnsEMBL::Hive::NakedTable::url_query_params
public url_query_params()
Bio::EnsEMBL::Hive::NakedTable::display_name
public display_name()
Bio::EnsEMBL::Hive::NakedTable::toString
public toString()
Bio::EnsEMBL::Hive::NakedTable::insertion_method
public insertion_method()