ensembl-hive  2.1
 All Classes Namespaces Files Functions Pages
Bio::EnsEMBL::Hive::DBSQL::StatementHandle Class Reference

Public Member Functions

public dbc ()
 
public sql ()
 
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 DBD::mysql::st so that the DESTROY method may be
    overridden.  If the DBConnection::disconnect_when_inactive flag is set
    this statement handle will cause the database connection to be closed
    when it goes out of scope and there are no other open statement handles.

Member Function Documentation

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

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::StatementHandle::DESTROY ( )

Undocumented method

Code:
click to view
public Bio::EnsEMBL::Hive::DBSQL::StatementHandle::sql ( )

Undocumented method

Code:
click to view

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