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 BaseFeaturePubQuery

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

ModelCriteria
Extended by cli_db\propel\om\BaseFeaturePubQuery

Direct known subclasses

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

Initializes internal state of BaseFeaturePubQuery object.

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

Returns a new FeaturePubQuery object.

Returns a new FeaturePubQuery object.

Parameters

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

Returns

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

Throws

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

Throws

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

Filter the query on the feature_pub_id column

Filter the query on the feature_pub_id column

Example usage:

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

Parameters

$featurePubId
mixed
$featurePubId 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\FeaturePubQuery
The current query, for fluid interface
public cli_db\propel\FeaturePubQuery
# 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\FeaturePubQuery
The current query, for fluid interface

See

cli_db\propel\om\BaseFeaturePubQuery::filterByFeature()
public cli_db\propel\FeaturePubQuery
# filterByPubId( mixed $pubId = null, string $comparison = null )

Filter the query on the pub_id column

Filter the query on the pub_id column

Example usage:

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

Parameters

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

See

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

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\FeaturePubQuery
# 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\FeaturePubQuery
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\FeaturePubQuery
# filterByPub( cli_db\propel\Pub|PropelObjectCollection $pub, string $comparison = null )

Filter the query by a related Pub object

Filter the query by a related Pub object

Parameters

$pub
cli_db\propel\Pub|PropelObjectCollection
$pub 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\FeaturePubQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Pub relation

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

Use the Pub relation Pub object

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

See

useQuery()
public cli_db\propel\FeaturePubQuery
# prune( cli_db\propel\FeaturePub $featurePub = null )

Exclude object from result

Exclude object from result

Parameters

$featurePub
cli_db\propel\FeaturePub
$featurePub Object to remove from the list of results

Returns

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

Order by the feature_pub_id column

Order by the feature_pub_id column

Parameters

$order
mixed
$order

Returns

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

Order by the pub_id column

Order by the pub_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeaturePubQuery
public cli_db\propel\FeaturePubQuery
# groupByFeaturePubId( )

Group by the feature_pub_id column

Group by the feature_pub_id column

Returns

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

Group by the feature_id column

Group by the feature_id column

Returns

cli_db\propel\FeaturePubQuery
public cli_db\propel\FeaturePubQuery
# groupByPubId( )

Group by the pub_id column

Group by the pub_id column

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeaturePubQuery
public cli_db\propel\FeaturePubQuery
# rightJoinPub( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeaturePubQuery
public cli_db\propel\FeaturePubQuery
# innerJoinPub( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeaturePubQuery
public cli_db\propel\FeaturePub
# findOne( PropelPDO $con = null )

Return the first FeaturePub matching the query

Return the first FeaturePub matching the query

Parameters

$con
PropelPDO
$con

Returns

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

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

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

Parameters

$con
PropelPDO
$con

Returns

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

Return the first FeaturePub filtered by the feature_id column

Return the first FeaturePub filtered by the feature_id column

Parameters

$feature_id
integer
$feature_id

Returns

cli_db\propel\FeaturePub
public cli_db\propel\FeaturePub
# findOneByPubId( integer $pub_id = )

Return the first FeaturePub filtered by the pub_id column

Return the first FeaturePub filtered by the pub_id column

Parameters

$pub_id
integer
$pub_id

Returns

cli_db\propel\FeaturePub
public array
# findByFeaturePubId( integer $feature_pub_id = )

Return FeaturePub objects filtered by the feature_pub_id column

Return FeaturePub objects filtered by the feature_pub_id column

Parameters

$feature_pub_id
integer
$feature_pub_id

Returns

array
public array
# findByFeatureId( integer $feature_id = )

Return FeaturePub objects filtered by the feature_id column

Return FeaturePub objects filtered by the feature_id column

Parameters

$feature_id
integer
$feature_id

Returns

array
public array
# findByPubId( integer $pub_id = )

Return FeaturePub objects filtered by the pub_id column

Return FeaturePub objects filtered by the pub_id column

Parameters

$pub_id
integer
$pub_id

Returns

array
tbro API documentation generated by ApiGen 2.8.0