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 BaseFeatureSynonymQuery

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

ModelCriteria
Extended by cli_db\propel\om\BaseFeatureSynonymQuery

Direct known subclasses

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

Initializes internal state of BaseFeatureSynonymQuery object.

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

Returns a new FeatureSynonymQuery object.

Returns a new FeatureSynonymQuery object.

Parameters

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

Returns

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

Throws

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

Throws

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

Filter the query on the feature_synonym_id column

Filter the query on the feature_synonym_id column

Example usage:

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

Parameters

$featureSynonymId
mixed
$featureSynonymId 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\FeatureSynonymQuery
The current query, for fluid interface
public cli_db\propel\FeatureSynonymQuery
# filterBySynonymId( mixed $synonymId = null, string $comparison = null )

Filter the query on the synonym_id column

Filter the query on the synonym_id column

Example usage:

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

Parameters

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

See

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

See

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

See

cli_db\propel\om\BaseFeatureSynonymQuery::filterByPub()
public cli_db\propel\FeatureSynonymQuery
# 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\FeatureSynonymQuery
The current query, for fluid interface
public cli_db\propel\FeatureSynonymQuery
# filterByIsInternal( boolean|string $isInternal = null, string $comparison = null )

Filter the query on the is_internal column

Filter the query on the is_internal column

Example usage:

$query->filterByIsInternal(true); // WHERE is_internal = true
$query->filterByIsInternal('yes'); // WHERE is_internal = true

Parameters

$isInternal
boolean|string
$isInternal 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\FeatureSynonymQuery
The current query, for fluid interface
public cli_db\propel\FeatureSynonymQuery
# 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\FeatureSynonymQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\FeatureSynonymQuery
# 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\FeatureSynonymQuery
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\FeatureSynonymQuery
# 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\FeatureSynonymQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\FeatureSynonymQuery
# 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\FeatureSynonymQuery
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\FeatureSynonymQuery
# filterBySynonym( cli_db\propel\Synonym|PropelObjectCollection $synonym, string $comparison = null )

Filter the query by a related Synonym object

Filter the query by a related Synonym object

Parameters

$synonym
cli_db\propel\Synonym|PropelObjectCollection
$synonym 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\FeatureSynonymQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Synonym relation

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

Use the Synonym relation Synonym object

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

See

useQuery()
public cli_db\propel\FeatureSynonymQuery
# prune( cli_db\propel\FeatureSynonym $featureSynonym = null )

Exclude object from result

Exclude object from result

Parameters

$featureSynonym
cli_db\propel\FeatureSynonym
$featureSynonym Object to remove from the list of results

Returns

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

Order by the feature_synonym_id column

Order by the feature_synonym_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureSynonymQuery
public cli_db\propel\FeatureSynonymQuery
# orderBySynonymId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the synonym_id column

Order by the synonym_id column

Parameters

$order
mixed
$order

Returns

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

Order by the is_internal column

Order by the is_internal column

Parameters

$order
mixed
$order

Returns

cli_db\propel\FeatureSynonymQuery
public cli_db\propel\FeatureSynonymQuery
# groupByFeatureSynonymId( )

Group by the feature_synonym_id column

Group by the feature_synonym_id column

Returns

cli_db\propel\FeatureSynonymQuery
public cli_db\propel\FeatureSynonymQuery
# groupBySynonymId( )

Group by the synonym_id column

Group by the synonym_id column

Returns

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

Group by the feature_id column

Group by the feature_id column

Returns

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

Group by the pub_id column

Group by the pub_id column

Returns

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

Group by the is_current column

Group by the is_current column

Returns

cli_db\propel\FeatureSynonymQuery
public cli_db\propel\FeatureSynonymQuery
# groupByIsInternal( )

Group by the is_internal column

Group by the is_internal column

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureSynonymQuery
public cli_db\propel\FeatureSynonymQuery
# rightJoinSynonym( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureSynonymQuery
public cli_db\propel\FeatureSynonymQuery
# innerJoinSynonym( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\FeatureSynonymQuery
public cli_db\propel\FeatureSynonym
# findOne( PropelPDO $con = null )

Return the first FeatureSynonym matching the query

Return the first FeatureSynonym matching the query

Parameters

$con
PropelPDO
$con

Returns

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

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

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

Parameters

$con
PropelPDO
$con

Returns

cli_db\propel\FeatureSynonym
public cli_db\propel\FeatureSynonym
# findOneBySynonymId( integer $synonym_id = )

Return the first FeatureSynonym filtered by the synonym_id column

Return the first FeatureSynonym filtered by the synonym_id column

Parameters

$synonym_id
integer
$synonym_id

Returns

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

Return the first FeatureSynonym filtered by the feature_id column

Return the first FeatureSynonym filtered by the feature_id column

Parameters

$feature_id
integer
$feature_id

Returns

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

Return the first FeatureSynonym filtered by the pub_id column

Return the first FeatureSynonym filtered by the pub_id column

Parameters

$pub_id
integer
$pub_id

Returns

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

Return the first FeatureSynonym filtered by the is_current column

Return the first FeatureSynonym filtered by the is_current column

Parameters

$is_current
boolean
$is_current

Returns

cli_db\propel\FeatureSynonym
public cli_db\propel\FeatureSynonym
# findOneByIsInternal( boolean $is_internal = )

Return the first FeatureSynonym filtered by the is_internal column

Return the first FeatureSynonym filtered by the is_internal column

Parameters

$is_internal
boolean
$is_internal

Returns

cli_db\propel\FeatureSynonym
public array
# findByFeatureSynonymId( integer $feature_synonym_id = )

Return FeatureSynonym objects filtered by the feature_synonym_id column

Return FeatureSynonym objects filtered by the feature_synonym_id column

Parameters

$feature_synonym_id
integer
$feature_synonym_id

Returns

array
public array
# findBySynonymId( integer $synonym_id = )

Return FeatureSynonym objects filtered by the synonym_id column

Return FeatureSynonym objects filtered by the synonym_id column

Parameters

$synonym_id
integer
$synonym_id

Returns

array
public array
# findByFeatureId( integer $feature_id = )

Return FeatureSynonym objects filtered by the feature_id column

Return FeatureSynonym objects filtered by the feature_id column

Parameters

$feature_id
integer
$feature_id

Returns

array
public array
# findByPubId( integer $pub_id = )

Return FeatureSynonym objects filtered by the pub_id column

Return FeatureSynonym objects filtered by the pub_id column

Parameters

$pub_id
integer
$pub_id

Returns

array
public array
# findByIsCurrent( boolean $is_current = )

Return FeatureSynonym objects filtered by the is_current column

Return FeatureSynonym objects filtered by the is_current column

Parameters

$is_current
boolean
$is_current

Returns

array
public array
# findByIsInternal( boolean $is_internal = )

Return FeatureSynonym objects filtered by the is_internal column

Return FeatureSynonym objects filtered by the is_internal column

Parameters

$is_internal
boolean
$is_internal

Returns

array
tbro API documentation generated by ApiGen 2.8.0