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 BaseFeatureDbxrefQuery

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

ModelCriteria
Extended by cli_db\propel\om\BaseFeatureDbxrefQuery

Direct known subclasses

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

Initializes internal state of BaseFeatureDbxrefQuery object.

Initializes internal state of BaseFeatureDbxrefQuery 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\FeatureDbxrefQuery
# create( string $modelAlias = null, cli_db\propel\FeatureDbxrefQuery|Criteria $criteria = null )

Returns a new FeatureDbxrefQuery object.

Returns a new FeatureDbxrefQuery object.

Parameters

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

Returns

cli_db\propel\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxref|cli_db\propel\FeatureDbxref[]|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\FeatureDbxref|cli_db\propel\FeatureDbxref[]|mixed
the result, formatted by the current formatter
public cli_db\propel\FeatureDbxref
# findOneByFeatureDbxrefId( 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\FeatureDbxref
A model object, or null if the key is not found

Throws

PropelException
protected cli_db\propel\FeatureDbxref
# 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\FeatureDbxref
A model object, or null if the key is not found

Throws

PropelException
protected cli_db\propel\FeatureDbxref|cli_db\propel\FeatureDbxref[]|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\FeatureDbxref|cli_db\propel\FeatureDbxref[]|mixed
the result, formatted by the current formatter
public PropelObjectCollection|cli_db\propel\FeatureDbxref[]|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\FeatureDbxref[]|mixed
the list of results, formatted by the current formatter
public cli_db\propel\FeatureDbxrefQuery
# 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\FeatureDbxrefQuery
The current query, for fluid interface
public cli_db\propel\FeatureDbxrefQuery
# 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\FeatureDbxrefQuery
The current query, for fluid interface
public cli_db\propel\FeatureDbxrefQuery
# filterByFeatureDbxrefId( mixed $featureDbxrefId = null, string $comparison = null )

Filter the query on the feature_dbxref_id column

Filter the query on the feature_dbxref_id column

Example usage:

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

Parameters

$featureDbxrefId
mixed
$featureDbxrefId 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\FeatureDbxrefQuery
The current query, for fluid interface
public cli_db\propel\FeatureDbxrefQuery
# filterByFeatureId( mixed $featureId = null, string $comparison = null )

Filter the query on the feature_id column

Filter the query on the feature_id column

Example usage:

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

Parameters

$featureId
mixed
$featureId 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\FeatureDbxrefQuery
The current query, for fluid interface

See

cli_db\propel\om\BaseFeatureDbxrefQuery::filterByFeature()
public cli_db\propel\FeatureDbxrefQuery
# 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\FeatureDbxrefQuery
The current query, for fluid interface

See

cli_db\propel\om\BaseFeatureDbxrefQuery::filterByDbxref()
public cli_db\propel\FeatureDbxrefQuery
# filterByIsCurrent( boolean|string $isCurrent = null, string $comparison = null )

Filter the query on the is_current column

Filter the query on the is_current column

Example usage:

$query->filterByIsCurrent(true); // WHERE is_current = true
$query->filterByIsCurrent('yes'); // WHERE is_current = true

Parameters

$isCurrent
boolean|string
$isCurrent The value to use as filter. Non-boolean arguments are converted using the following rules: * 1, '1', 'true', 'on', and 'yes' are converted to boolean true * 0, '0', 'false', 'off', and 'no' are converted to boolean false Check on string values is case insensitive (so 'FaLsE' is seen as 'false').
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\FeatureDbxrefQuery
The current query, for fluid interface
public cli_db\propel\FeatureDbxrefQuery
# filterByDbxref( cli_db\propel\Dbxref|PropelObjectCollection $dbxref, string $comparison = null )

Filter the query by a related Dbxref object

Filter the query by a related Dbxref object

Parameters

$dbxref
cli_db\propel\Dbxref|PropelObjectCollection
$dbxref 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\FeatureDbxrefQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Dbxref relation

Adds a JOIN clause to the query using the Dbxref 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\FeatureDbxrefQuery
The current query, for fluid interface
public cli_db\propel\DbxrefQuery
# useDbxrefQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the Dbxref relation Dbxref object

Use the Dbxref relation Dbxref 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\DbxrefQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\FeatureDbxrefQuery
# 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(s) to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

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

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\FeatureDbxrefQuery
# joinFeature( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_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\FeatureDbxrefQuery
The current query, for fluid interface
public cli_db\propel\FeatureQuery
# useFeatureQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_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\FeatureDbxrefQuery
# prune( cli_db\propel\FeatureDbxref $featureDbxref = null )

Exclude object from result

Exclude object from result

Parameters

$featureDbxref
cli_db\propel\FeatureDbxref
$featureDbxref Object to remove from the list of results

Returns

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

Order by the feature_dbxref_id column

Order by the feature_dbxref_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# orderByFeatureId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the feature_id column

Order by the feature_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# 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\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# orderByIsCurrent( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the is_current column

Order by the is_current column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# groupByFeatureDbxrefId( )

Group by the feature_dbxref_id column

Group by the feature_dbxref_id column

Returns

cli_db\propel\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# groupByFeatureId( )

Group by the feature_id column

Group by the feature_id column

Returns

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

Group by the dbxref_id column

Group by the dbxref_id column

Returns

cli_db\propel\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# groupByIsCurrent( )

Group by the is_current column

Group by the is_current column

Returns

cli_db\propel\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# 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\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# 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\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# 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\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# leftJoinDbxref( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# rightJoinDbxref( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# innerJoinDbxref( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# 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\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# 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\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxrefQuery
# 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\FeatureDbxrefQuery
public cli_db\propel\FeatureDbxref
# findOne( PropelPDO $con = null )

Return the first FeatureDbxref matching the query

Return the first FeatureDbxref matching the query

Parameters

$con
PropelPDO
$con

Returns

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

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

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

Parameters

$con
PropelPDO
$con

Returns

cli_db\propel\FeatureDbxref
public cli_db\propel\FeatureDbxref
# findOneByFeatureId( integer $feature_id = )

Return the first FeatureDbxref filtered by the feature_id column

Return the first FeatureDbxref filtered by the feature_id column

Parameters

$feature_id
integer
$feature_id

Returns

cli_db\propel\FeatureDbxref
public cli_db\propel\FeatureDbxref
# findOneByDbxrefId( integer $dbxref_id = )

Return the first FeatureDbxref filtered by the dbxref_id column

Return the first FeatureDbxref filtered by the dbxref_id column

Parameters

$dbxref_id
integer
$dbxref_id

Returns

cli_db\propel\FeatureDbxref
public cli_db\propel\FeatureDbxref
# findOneByIsCurrent( boolean $is_current = )

Return the first FeatureDbxref filtered by the is_current column

Return the first FeatureDbxref filtered by the is_current column

Parameters

$is_current
boolean
$is_current

Returns

cli_db\propel\FeatureDbxref
public array
# findByFeatureDbxrefId( integer $feature_dbxref_id = )

Return FeatureDbxref objects filtered by the feature_dbxref_id column

Return FeatureDbxref objects filtered by the feature_dbxref_id column

Parameters

$feature_dbxref_id
integer
$feature_dbxref_id

Returns

array
public array
# findByFeatureId( integer $feature_id = )

Return FeatureDbxref objects filtered by the feature_id column

Return FeatureDbxref objects filtered by the feature_id column

Parameters

$feature_id
integer
$feature_id

Returns

array
public array
# findByDbxrefId( integer $dbxref_id = )

Return FeatureDbxref objects filtered by the dbxref_id column

Return FeatureDbxref objects filtered by the dbxref_id column

Parameters

$dbxref_id
integer
$dbxref_id

Returns

array
public array
# findByIsCurrent( boolean $is_current = )

Return FeatureDbxref objects filtered by the is_current column

Return FeatureDbxref objects filtered by the is_current column

Parameters

$is_current
boolean
$is_current

Returns

array
tbro API documentation generated by ApiGen 2.8.0