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 BaseFeatureCvtermDbxrefQuery

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

ModelCriteria
Extended by cli_db\propel\om\BaseFeatureCvtermDbxrefQuery

Direct known subclasses

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

Initializes internal state of BaseFeatureCvtermDbxrefQuery object.

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

Returns a new FeatureCvtermDbxrefQuery object.

Returns a new FeatureCvtermDbxrefQuery object.

Parameters

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

Returns

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

Throws

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

Throws

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

Filter the query on the feature_cvterm_dbxref_id column

Filter the query on the feature_cvterm_dbxref_id column

Example usage:

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

Parameters

$featureCvtermDbxrefId
mixed
$featureCvtermDbxrefId 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\FeatureCvtermDbxrefQuery
The current query, for fluid interface
public cli_db\propel\FeatureCvtermDbxrefQuery
# filterByFeatureCvtermId( mixed $featureCvtermId = null, string $comparison = null )

Filter the query on the feature_cvterm_id column

Filter the query on the feature_cvterm_id column

Example usage:

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

Parameters

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

See

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

See

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

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\FeatureCvtermDbxrefQuery
# 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\FeatureCvtermDbxrefQuery
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\FeatureCvtermDbxrefQuery
# filterByFeatureCvterm( cli_db\propel\FeatureCvterm|PropelObjectCollection $featureCvterm, string $comparison = null )

Filter the query by a related FeatureCvterm object

Filter the query by a related FeatureCvterm object

Parameters

$featureCvterm
cli_db\propel\FeatureCvterm|PropelObjectCollection
$featureCvterm 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\FeatureCvtermDbxrefQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the FeatureCvterm relation

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

Use the FeatureCvterm relation FeatureCvterm object

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

See

useQuery()
public cli_db\propel\FeatureCvtermDbxrefQuery
# prune( cli_db\propel\FeatureCvtermDbxref $featureCvtermDbxref = null )

Exclude object from result

Exclude object from result

Parameters

$featureCvtermDbxref
cli_db\propel\FeatureCvtermDbxref
$featureCvtermDbxref Object to remove from the list of results

Returns

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

Order by the feature_cvterm_dbxref_id column

Order by the feature_cvterm_dbxref_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureCvtermDbxrefQuery
public cli_db\propel\FeatureCvtermDbxrefQuery
# orderByFeatureCvtermId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the feature_cvterm_id column

Order by the feature_cvterm_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureCvtermDbxrefQuery
public cli_db\propel\FeatureCvtermDbxrefQuery
# 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\FeatureCvtermDbxrefQuery
public cli_db\propel\FeatureCvtermDbxrefQuery
# groupByFeatureCvtermDbxrefId( )

Group by the feature_cvterm_dbxref_id column

Group by the feature_cvterm_dbxref_id column

Returns

cli_db\propel\FeatureCvtermDbxrefQuery
public cli_db\propel\FeatureCvtermDbxrefQuery
# groupByFeatureCvtermId( )

Group by the feature_cvterm_id column

Group by the feature_cvterm_id column

Returns

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

Group by the dbxref_id column

Group by the dbxref_id column

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureCvtermDbxrefQuery
public cli_db\propel\FeatureCvtermDbxrefQuery
# rightJoinFeatureCvterm( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureCvtermDbxrefQuery
public cli_db\propel\FeatureCvtermDbxrefQuery
# innerJoinFeatureCvterm( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureCvtermDbxrefQuery
public cli_db\propel\FeatureCvtermDbxref
# findOne( PropelPDO $con = null )

Return the first FeatureCvtermDbxref matching the query

Return the first FeatureCvtermDbxref matching the query

Parameters

$con
PropelPDO
$con

Returns

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

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

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

Parameters

$con
PropelPDO
$con

Returns

cli_db\propel\FeatureCvtermDbxref
public cli_db\propel\FeatureCvtermDbxref
# findOneByFeatureCvtermId( integer $feature_cvterm_id = )

Return the first FeatureCvtermDbxref filtered by the feature_cvterm_id column

Return the first FeatureCvtermDbxref filtered by the feature_cvterm_id column

Parameters

$feature_cvterm_id
integer
$feature_cvterm_id

Returns

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

Return the first FeatureCvtermDbxref filtered by the dbxref_id column

Return the first FeatureCvtermDbxref filtered by the dbxref_id column

Parameters

$dbxref_id
integer
$dbxref_id

Returns

cli_db\propel\FeatureCvtermDbxref
public array
# findByFeatureCvtermDbxrefId( integer $feature_cvterm_dbxref_id = )

Return FeatureCvtermDbxref objects filtered by the feature_cvterm_dbxref_id column

Return FeatureCvtermDbxref objects filtered by the feature_cvterm_dbxref_id column

Parameters

$feature_cvterm_dbxref_id
integer
$feature_cvterm_dbxref_id

Returns

array
public array
# findByFeatureCvtermId( integer $feature_cvterm_id = )

Return FeatureCvtermDbxref objects filtered by the feature_cvterm_id column

Return FeatureCvtermDbxref objects filtered by the feature_cvterm_id column

Parameters

$feature_cvterm_id
integer
$feature_cvterm_id

Returns

array
public array
# findByDbxrefId( integer $dbxref_id = )

Return FeatureCvtermDbxref objects filtered by the dbxref_id column

Return FeatureCvtermDbxref objects filtered by the dbxref_id column

Parameters

$dbxref_id
integer
$dbxref_id

Returns

array
tbro API documentation generated by ApiGen 2.8.0