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

Public Member Functions

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

Description

    The base class for all other Object- or NakedTable- adaptors.
    Performs the low-level SQL needed to retrieve and store data in tables.

Definition at line 13 of file BaseAdaptor.pm.

Member Function Documentation

◆ _multi_column_filter()

protected Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::_multi_column_filter ( )

Undocumented method

Code:
click to view

◆ _table_info_loader()

protected Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::_table_info_loader ( )

Undocumented method

Code:
click to view

◆ autoinc_id()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::autoinc_id ( )

Undocumented method

Code:
click to view

◆ AUTOLOAD()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::AUTOLOAD ( )

Undocumented method

Code:
click to view

◆ check_object_present_in_db_by_content()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::check_object_present_in_db_by_content ( )

Undocumented method

Code:
click to view

◆ class_specific_execute()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::class_specific_execute ( )

Undocumented method

Code:
click to view

◆ column_set()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::column_set ( )

Undocumented method

Code:
click to view

◆ count_all()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::count_all ( )

Undocumented method

Code:
click to view

◆ db()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::db ( )

Undocumented method

Code:
click to view

◆ dbc()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::dbc ( )

Undocumented method

Code:
click to view

◆ default_input_column_mapping()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::default_input_column_mapping ( )

Undocumented method

Code:
click to view

◆ default_insertion_method()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::default_insertion_method ( )

Undocumented method

Code:
click to view

◆ default_overflow_limit()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::default_overflow_limit ( )

Undocumented method

Code:
click to view

◆ default_table_name()

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

Undocumented method

Code:
click to view

◆ DESTROY()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::DESTROY ( )

Undocumented method

Code:
click to view

◆ do_not_update_columns()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::do_not_update_columns ( )

Undocumented method

Code:
click to view

◆ fetch_all()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::fetch_all ( )

Undocumented method

Code:
click to view

◆ fetch_by_dbID()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::fetch_by_dbID ( )

Undocumented method

Code:
click to view

◆ input_column_mapping()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::input_column_mapping ( )

Undocumented method

Code:
click to view

◆ insertion_method()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::insertion_method ( )

Undocumented method

Code:
click to view

◆ new()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::new ( )

Undocumented method

Code:
click to view

◆ overflow_limit()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::overflow_limit ( )

Undocumented method

Code:
click to view

◆ prepare()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::prepare ( )

Undocumented method

Code:
click to view

◆ primary_key()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::primary_key ( )

Undocumented method

Code:
click to view

◆ primary_key_constraint()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::primary_key_constraint ( )

Undocumented method

Code:
click to view

◆ remove()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::remove ( )

Undocumented method

Code:
click to view

◆ remove_all()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::remove_all ( )

Undocumented method

Code:
click to view

◆ store()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::store ( )

Undocumented method

Code:
click to view

◆ store_or_update_one()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::store_or_update_one ( )

Undocumented method

Code:
click to view

◆ table_name()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::table_name ( )

Undocumented method

Code:
click to view

◆ updatable_column_list()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::updatable_column_list ( )

Undocumented method

Code:
click to view

◆ update()

public Bio::EnsEMBL::Hive::DBSQL::BaseAdaptor::update ( )

Undocumented method

Code:
click to view

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