ensembl-hive  2.8.1
Xref::Schema::ResultSet::Xref Class Reference

Public Member Functions

public Boolean check_direct_xref ()
 

Detailed Description

Definition at line 4 of file Xref.pm.

Member Function Documentation

◆ check_direct_xref()

public Boolean Xref::Schema::ResultSet::Xref::check_direct_xref ( )
Arg [1]    : Hashref of constraints for the xref, e.g. accession, label,
             info_type etc. Can be any column in the schema
Description: A query wrapper to reduce the call stack when checking a single
             Xref is in the database
Returntype : Boolean - True means the Xref was in the database
Example    :
$db->schema->resultset('Xref')->check_direct_xref({
accession => 'BOB'
});
\
Code:
click to view

The documentation for this class was generated from the following file:
accession
public accession()
Xref::Schema::ResultSet::Xref::check_direct_xref
public Boolean check_direct_xref()