Overview

Namespaces

  • cli_db
    • propel
      • map
      • om
  • cli_import
  • LoggedPDO
  • None
  • PHP
  • webservices
    • cart
    • combisearch
    • details
      • annotations
        • feature
    • graphs
      • barplot
      • genome
    • listing
    • queue

Classes

  • BaseAcquisition
  • BaseAcquisitionPeer
  • BaseAcquisitionQuery
  • BaseAnalysis
  • BaseAnalysisPeer
  • BaseAnalysisQuery
  • BaseAssay
  • BaseAssayBiomaterial
  • BaseAssayBiomaterialPeer
  • BaseAssayBiomaterialQuery
  • BaseAssayPeer
  • BaseAssayQuery
  • BaseBiomaterial
  • BaseBiomaterialPeer
  • BaseBiomaterialprop
  • BaseBiomaterialpropPeer
  • BaseBiomaterialpropQuery
  • BaseBiomaterialQuery
  • BaseBiomaterialRelationship
  • BaseBiomaterialRelationshipPeer
  • BaseBiomaterialRelationshipQuery
  • BaseContact
  • BaseContactPeer
  • BaseContactQuery
  • BaseCv
  • BaseCvPeer
  • BaseCvQuery
  • BaseCvterm
  • BaseCvtermPeer
  • BaseCvtermQuery
  • BaseDb
  • BaseDbPeer
  • BaseDbQuery
  • BaseDbxref
  • BaseDbxrefPeer
  • BaseDbxrefQuery
  • BaseFeature
  • BaseFeatureCvterm
  • BaseFeatureCvtermDbxref
  • BaseFeatureCvtermDbxrefPeer
  • BaseFeatureCvtermDbxrefQuery
  • BaseFeatureCvtermPeer
  • BaseFeatureCvtermprop
  • BaseFeatureCvtermpropPeer
  • BaseFeatureCvtermpropQuery
  • BaseFeatureCvtermPub
  • BaseFeatureCvtermPubPeer
  • BaseFeatureCvtermPubQuery
  • BaseFeatureCvtermQuery
  • BaseFeatureDbxref
  • BaseFeatureDbxrefPeer
  • BaseFeatureDbxrefQuery
  • BaseFeaturePeer
  • BaseFeaturePub
  • BaseFeaturePubPeer
  • BaseFeaturePubQuery
  • BaseFeatureQuery
  • BaseFeatureSynonym
  • BaseFeatureSynonymPeer
  • BaseFeatureSynonymQuery
  • BaseOrganism
  • BaseOrganismPeer
  • BaseOrganismQuery
  • BaseProtocol
  • BaseProtocolPeer
  • BaseProtocolQuery
  • BasePub
  • BasePubauthor
  • BasePubauthorPeer
  • BasePubauthorQuery
  • BasePubDbxref
  • BasePubDbxrefPeer
  • BasePubDbxrefQuery
  • BasePubPeer
  • BasePubprop
  • BasePubpropPeer
  • BasePubpropQuery
  • BasePubQuery
  • BasePubRelationship
  • BasePubRelationshipPeer
  • BasePubRelationshipQuery
  • BaseQuantification
  • BaseQuantificationPeer
  • BaseQuantificationQuery
  • BaseSynonym
  • BaseSynonymPeer
  • BaseSynonymQuery
  • Overview
  • Namespace
  • Class
  • Tree

Class BaseDbxrefQuery

Base class that represents a query for the 'dbxref' table.

ModelCriteria
Extended by cli_db\propel\om\BaseDbxrefQuery

Direct known subclasses

cli_db\propel\DbxrefQuery
Abstract
Namespace: cli_db\propel\om
Package: propel\generator\cli\db\om
Located at src/cli/db/propel-classes/cli_db/om/BaseDbxrefQuery.php
Methods summary
public
# __construct( string $dbName = 'cli_db', string $modelName = 'cli_db\\propel\\Dbxref', string $modelAlias = null )

Initializes internal state of BaseDbxrefQuery object.

Initializes internal state of BaseDbxrefQuery object.

Parameters

$dbName
string
$dbName The dabase name
$modelName
string
$modelName The phpName of a model, e.g. 'Book'
$modelAlias
string
$modelAlias The alias for the model in this query, e.g. 'b'
public static cli_db\propel\DbxrefQuery
# create( string $modelAlias = null, cli_db\propel\DbxrefQuery|Criteria $criteria = null )

Returns a new DbxrefQuery object.

Returns a new DbxrefQuery object.

Parameters

$modelAlias
string
$modelAlias The alias of a model in the query
$criteria
cli_db\propel\DbxrefQuery|Criteria
$criteria Optional Criteria to build the query from

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\Dbxref|cli_db\propel\Dbxref[]|mixed
# findPk( mixed $key, PropelPDO $con = null )

Find object by primary key. Propel uses the instance pool to skip the database if the object exists. Go fast if the query is untouched.

Find object by primary key. Propel uses the instance pool to skip the database if the object exists. Go fast if the query is untouched.

$obj  = $c->findPk(12, $con);

Parameters

$key
mixed
$key Primary key to use for the query
$con
PropelPDO
$con an optional connection object

Returns

cli_db\propel\Dbxref|cli_db\propel\Dbxref[]|mixed
the result, formatted by the current formatter
public cli_db\propel\Dbxref
# findOneByDbxrefId( mixed $key, PropelPDO $con = null )

Alias of findPk to use instance pooling

Alias of findPk to use instance pooling

Parameters

$key
mixed
$key Primary key to use for the query
$con
PropelPDO
$con A connection object

Returns

cli_db\propel\Dbxref
A model object, or null if the key is not found

Throws

PropelException
protected cli_db\propel\Dbxref
# findPkSimple( mixed $key, PropelPDO $con )

Find object by primary key using raw SQL to go fast. Bypass doSelect() and the object formatter by using generated code.

Find object by primary key using raw SQL to go fast. Bypass doSelect() and the object formatter by using generated code.

Parameters

$key
mixed
$key Primary key to use for the query
$con
PropelPDO
$con A connection object

Returns

cli_db\propel\Dbxref
A model object, or null if the key is not found

Throws

PropelException
protected cli_db\propel\Dbxref|cli_db\propel\Dbxref[]|mixed
# findPkComplex( mixed $key, PropelPDO $con )

Find object by primary key.

Find object by primary key.

Parameters

$key
mixed
$key Primary key to use for the query
$con
PropelPDO
$con A connection object

Returns

cli_db\propel\Dbxref|cli_db\propel\Dbxref[]|mixed
the result, formatted by the current formatter
public PropelObjectCollection|cli_db\propel\Dbxref[]|mixed
# findPks( array $keys, PropelPDO $con = null )

Find objects by primary key

$objs = $c->findPks(array(12, 56, 832), $con);

Find objects by primary key

$objs = $c->findPks(array(12, 56, 832), $con);

Parameters

$keys
array
$keys Primary keys to use for the query
$con
PropelPDO
$con an optional connection object

Returns

PropelObjectCollection|cli_db\propel\Dbxref[]|mixed
the list of results, formatted by the current formatter
public cli_db\propel\DbxrefQuery
# filterByPrimaryKey( mixed $key )

Filter the query by primary key

Filter the query by primary key

Parameters

$key
mixed
$key Primary key to use for the query

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface
public cli_db\propel\DbxrefQuery
# filterByPrimaryKeys( array $keys )

Filter the query by a list of primary keys

Filter the query by a list of primary keys

Parameters

$keys
array
$keys The list of primary key to use for the query

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface
public cli_db\propel\DbxrefQuery
# filterByDbxrefId( mixed $dbxrefId = null, string $comparison = null )

Filter the query on the dbxref_id column

Filter the query on the dbxref_id column

Example usage:

$query->filterByDbxrefId(1234); // WHERE dbxref_id = 1234
$query->filterByDbxrefId(array(12, 34)); // WHERE dbxref_id IN (12, 34)
$query->filterByDbxrefId(array('min' => 12)); // WHERE dbxref_id >= 12
$query->filterByDbxrefId(array('max' => 12)); // WHERE dbxref_id <= 12

Parameters

$dbxrefId
mixed
$dbxrefId The value to use as filter. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface
public cli_db\propel\DbxrefQuery
# filterByDbId( mixed $dbId = null, string $comparison = null )

Filter the query on the db_id column

Filter the query on the db_id column

Example usage:

$query->filterByDbId(1234); // WHERE db_id = 1234
$query->filterByDbId(array(12, 34)); // WHERE db_id IN (12, 34)
$query->filterByDbId(array('min' => 12)); // WHERE db_id >= 12
$query->filterByDbId(array('max' => 12)); // WHERE db_id <= 12

Parameters

$dbId
mixed
$dbId The value to use as filter. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface

See

cli_db\propel\om\BaseDbxrefQuery::filterByDb()
public cli_db\propel\DbxrefQuery
# filterByAccession( string $accession = null, string $comparison = null )

Filter the query on the accession column

Filter the query on the accession column

Example usage:

$query->filterByAccession('fooValue');   // WHERE accession = 'fooValue'
$query->filterByAccession('%fooValue%'); // WHERE accession LIKE '%fooValue%'

Parameters

$accession
string
$accession The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface
public cli_db\propel\DbxrefQuery
# filterByVersion( string $version = null, string $comparison = null )

Filter the query on the version column

Filter the query on the version column

Example usage:

$query->filterByVersion('fooValue');   // WHERE version = 'fooValue'
$query->filterByVersion('%fooValue%'); // WHERE version LIKE '%fooValue%'

Parameters

$version
string
$version The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface
public cli_db\propel\DbxrefQuery
# filterByDescription( string $description = null, string $comparison = null )

Filter the query on the description column

Filter the query on the description column

Example usage:

$query->filterByDescription('fooValue');   // WHERE description = 'fooValue'
$query->filterByDescription('%fooValue%'); // WHERE description LIKE '%fooValue%'

Parameters

$description
string
$description The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface
public cli_db\propel\DbxrefQuery
# filterByDb( cli_db\propel\Db|PropelObjectCollection $db, string $comparison = null )

Filter the query by a related Db object

Filter the query by a related Db object

Parameters

$db
cli_db\propel\Db|PropelObjectCollection
$db The related object(s) to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\DbxrefQuery
# joinDb( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Adds a JOIN clause to the query using the Db relation

Adds a JOIN clause to the query using the Db relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface
public cli_db\propel\DbQuery
# useDbQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the Db relation Db object

Use the Db relation Db object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\DbQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\DbxrefQuery
# filterByFeature( cli_db\propel\Feature|PropelObjectCollection $feature, string $comparison = null )

Filter the query by a related Feature object

Filter the query by a related Feature object

Parameters

$feature
cli_db\propel\Feature|PropelObjectCollection
$feature the related object to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\DbxrefQuery
# joinFeature( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::LEFT_JOIN )

Adds a JOIN clause to the query using the Feature relation

Adds a JOIN clause to the query using the Feature relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# useFeatureQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::LEFT_JOIN )

Use the Feature relation Feature object

Use the Feature relation Feature object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\DbxrefQuery
# filterByFeatureCvtermDbxref( cli_db\propel\FeatureCvtermDbxref|PropelObjectCollection $featureCvtermDbxref, string $comparison = null )

Filter the query by a related FeatureCvtermDbxref object

Filter the query by a related FeatureCvtermDbxref object

Parameters

$featureCvtermDbxref
cli_db\propel\FeatureCvtermDbxref|PropelObjectCollection
$featureCvtermDbxref the related object to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\DbxrefQuery
# joinFeatureCvtermDbxref( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Adds a JOIN clause to the query using the FeatureCvtermDbxref relation

Adds a JOIN clause to the query using the FeatureCvtermDbxref relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface
public cli_db\propel\FeatureCvtermDbxrefQuery
# useFeatureCvtermDbxrefQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the FeatureCvtermDbxref relation FeatureCvtermDbxref object

Use the FeatureCvtermDbxref relation FeatureCvtermDbxref object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureCvtermDbxrefQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\DbxrefQuery
# filterByFeatureDbxref( cli_db\propel\FeatureDbxref|PropelObjectCollection $featureDbxref, string $comparison = null )

Filter the query by a related FeatureDbxref object

Filter the query by a related FeatureDbxref object

Parameters

$featureDbxref
cli_db\propel\FeatureDbxref|PropelObjectCollection
$featureDbxref the related object to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\DbxrefQuery
# joinFeatureDbxref( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Adds a JOIN clause to the query using the FeatureDbxref relation

Adds a JOIN clause to the query using the FeatureDbxref relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface
public cli_db\propel\FeatureDbxrefQuery
# useFeatureDbxrefQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the FeatureDbxref relation FeatureDbxref object

Use the FeatureDbxref relation FeatureDbxref object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureDbxrefQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\DbxrefQuery
# filterByPubDbxref( cli_db\propel\PubDbxref|PropelObjectCollection $pubDbxref, string $comparison = null )

Filter the query by a related PubDbxref object

Filter the query by a related PubDbxref object

Parameters

$pubDbxref
cli_db\propel\PubDbxref|PropelObjectCollection
$pubDbxref the related object to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\DbxrefQuery
# joinPubDbxref( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Adds a JOIN clause to the query using the PubDbxref relation

Adds a JOIN clause to the query using the PubDbxref relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface
public cli_db\propel\PubDbxrefQuery
# usePubDbxrefQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the PubDbxref relation PubDbxref object

Use the PubDbxref relation PubDbxref object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\PubDbxrefQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\DbxrefQuery
# prune( cli_db\propel\Dbxref $dbxref = null )

Exclude object from result

Exclude object from result

Parameters

$dbxref
cli_db\propel\Dbxref
$dbxref Object to remove from the list of results

Returns

cli_db\propel\DbxrefQuery
The current query, for fluid interface
Magic methods summary
public cli_db\propel\DbxrefQuery
# orderByDbxrefId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the dbxref_id column

Order by the dbxref_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# orderByDbId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the db_id column

Order by the db_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# orderByAccession( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the accession column

Order by the accession column

Parameters

$order
mixed
$order

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# orderByVersion( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the version column

Order by the version column

Parameters

$order
mixed
$order

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# orderByDescription( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the description column

Order by the description column

Parameters

$order
mixed
$order

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# groupByDbxrefId( )

Group by the dbxref_id column

Group by the dbxref_id column

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# groupByDbId( )

Group by the db_id column

Group by the db_id column

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# groupByAccession( )

Group by the accession column

Group by the accession column

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# groupByVersion( )

Group by the version column

Group by the version column

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# groupByDescription( )

Group by the description column

Group by the description column

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# leftJoin( mixed $relation = )

Adds a LEFT JOIN clause to the query

Adds a LEFT JOIN clause to the query

Parameters

$relation
mixed
$relation

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# rightJoin( mixed $relation = )

Adds a RIGHT JOIN clause to the query

Adds a RIGHT JOIN clause to the query

Parameters

$relation
mixed
$relation

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# innerJoin( mixed $relation = )

Adds a INNER JOIN clause to the query

Adds a INNER JOIN clause to the query

Parameters

$relation
mixed
$relation

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# leftJoinDb( mixed $relationAlias = null )

Adds a LEFT JOIN clause to the query using the Db relation

Adds a LEFT JOIN clause to the query using the Db relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# rightJoinDb( mixed $relationAlias = null )

Adds a RIGHT JOIN clause to the query using the Db relation

Adds a RIGHT JOIN clause to the query using the Db relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# innerJoinDb( mixed $relationAlias = null )

Adds a INNER JOIN clause to the query using the Db relation

Adds a INNER JOIN clause to the query using the Db relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# leftJoinFeature( mixed $relationAlias = null )

Adds a LEFT JOIN clause to the query using the Feature relation

Adds a LEFT JOIN clause to the query using the Feature relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# rightJoinFeature( mixed $relationAlias = null )

Adds a RIGHT JOIN clause to the query using the Feature relation

Adds a RIGHT JOIN clause to the query using the Feature relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# innerJoinFeature( mixed $relationAlias = null )

Adds a INNER JOIN clause to the query using the Feature relation

Adds a INNER JOIN clause to the query using the Feature relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# leftJoinFeatureCvtermDbxref( mixed $relationAlias = null )

Adds a LEFT JOIN clause to the query using the FeatureCvtermDbxref relation

Adds a LEFT JOIN clause to the query using the FeatureCvtermDbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# rightJoinFeatureCvtermDbxref( mixed $relationAlias = null )

Adds a RIGHT JOIN clause to the query using the FeatureCvtermDbxref relation

Adds a RIGHT JOIN clause to the query using the FeatureCvtermDbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# innerJoinFeatureCvtermDbxref( mixed $relationAlias = null )

Adds a INNER JOIN clause to the query using the FeatureCvtermDbxref relation

Adds a INNER JOIN clause to the query using the FeatureCvtermDbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# leftJoinFeatureDbxref( mixed $relationAlias = null )

Adds a LEFT JOIN clause to the query using the FeatureDbxref relation

Adds a LEFT JOIN clause to the query using the FeatureDbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# rightJoinFeatureDbxref( mixed $relationAlias = null )

Adds a RIGHT JOIN clause to the query using the FeatureDbxref relation

Adds a RIGHT JOIN clause to the query using the FeatureDbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# innerJoinFeatureDbxref( mixed $relationAlias = null )

Adds a INNER JOIN clause to the query using the FeatureDbxref relation

Adds a INNER JOIN clause to the query using the FeatureDbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# leftJoinPubDbxref( mixed $relationAlias = null )

Adds a LEFT JOIN clause to the query using the PubDbxref relation

Adds a LEFT JOIN clause to the query using the PubDbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# rightJoinPubDbxref( mixed $relationAlias = null )

Adds a RIGHT JOIN clause to the query using the PubDbxref relation

Adds a RIGHT JOIN clause to the query using the PubDbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\DbxrefQuery
# innerJoinPubDbxref( mixed $relationAlias = null )

Adds a INNER JOIN clause to the query using the PubDbxref relation

Adds a INNER JOIN clause to the query using the PubDbxref relation

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\DbxrefQuery
public cli_db\propel\Dbxref
# findOne( PropelPDO $con = null )

Return the first Dbxref matching the query

Return the first Dbxref matching the query

Parameters

$con
PropelPDO
$con

Returns

cli_db\propel\Dbxref
public cli_db\propel\Dbxref
# findOneOrCreate( PropelPDO $con = null )

Return the first Dbxref matching the query, or a new Dbxref object populated from the query conditions when no match is found

Return the first Dbxref matching the query, or a new Dbxref object populated from the query conditions when no match is found

Parameters

$con
PropelPDO
$con

Returns

cli_db\propel\Dbxref
public cli_db\propel\Dbxref
# findOneByDbId( integer $db_id = )

Return the first Dbxref filtered by the db_id column

Return the first Dbxref filtered by the db_id column

Parameters

$db_id
integer
$db_id

Returns

cli_db\propel\Dbxref
public cli_db\propel\Dbxref
# findOneByAccession( string $accession = )

Return the first Dbxref filtered by the accession column

Return the first Dbxref filtered by the accession column

Parameters

$accession
string
$accession

Returns

cli_db\propel\Dbxref
public cli_db\propel\Dbxref
# findOneByVersion( string $version = )

Return the first Dbxref filtered by the version column

Return the first Dbxref filtered by the version column

Parameters

$version
string
$version

Returns

cli_db\propel\Dbxref
public cli_db\propel\Dbxref
# findOneByDescription( string $description = )

Return the first Dbxref filtered by the description column

Return the first Dbxref filtered by the description column

Parameters

$description
string
$description

Returns

cli_db\propel\Dbxref
public array
# findByDbxrefId( integer $dbxref_id = )

Return Dbxref objects filtered by the dbxref_id column

Return Dbxref objects filtered by the dbxref_id column

Parameters

$dbxref_id
integer
$dbxref_id

Returns

array
public array
# findByDbId( integer $db_id = )

Return Dbxref objects filtered by the db_id column

Return Dbxref objects filtered by the db_id column

Parameters

$db_id
integer
$db_id

Returns

array
public array
# findByAccession( string $accession = )

Return Dbxref objects filtered by the accession column

Return Dbxref objects filtered by the accession column

Parameters

$accession
string
$accession

Returns

array
public array
# findByVersion( string $version = )

Return Dbxref objects filtered by the version column

Return Dbxref objects filtered by the version column

Parameters

$version
string
$version

Returns

array
public array
# findByDescription( string $description = )

Return Dbxref objects filtered by the description column

Return Dbxref objects filtered by the description column

Parameters

$description
string
$description

Returns

array
tbro API documentation generated by ApiGen 2.8.0