ensembl-hive  2.5
Bio::EnsEMBL::Hive::DBSQL::StatementHandle Class Reference

Public Member Functions

public new ()
 
public real_self ()
 
public dbc ()
 
public sql ()
 
public attr ()
 
public dbi_sth ()
 
public AUTOLOAD ()
 
public DESTROY ()
 

Detailed Description

Synopsis

Do not use this class directly.
It will automatically be used by the Bio::EnsEMBL::Hive::DBSQL::DBConnection class.

Description

    This class extends DBI::st via containment, intercepts possible "gone away" errors,
    automatically reconnects and re-prepares the statement. It should take much less resources
    than pinging or worrying about disconnecting before and reconnecting after external processes
    whose duration we do not control.

Definition at line 21 of file StatementHandle.pm.

Member Function Documentation

◆ attr()

public Bio::EnsEMBL::Hive::DBSQL::StatementHandle::attr ( )

Undocumented method

Code:
click to view

◆ AUTOLOAD()

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

Undocumented method

Code:
click to view

◆ dbc()

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

Undocumented method

Code:
click to view

◆ dbi_sth()

public Bio::EnsEMBL::Hive::DBSQL::StatementHandle::dbi_sth ( )

Undocumented method

Code:
click to view

◆ DESTROY()

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

Undocumented method

Code:
click to view

◆ new()

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

Undocumented method

Code:
click to view

◆ real_self()

public Bio::EnsEMBL::Hive::DBSQL::StatementHandle::real_self ( )

Undocumented method

Code:
click to view

◆ sql()

public Bio::EnsEMBL::Hive::DBSQL::StatementHandle::sql ( )

Undocumented method

Code:
click to view

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