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 BaseCvtermQuery

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

ModelCriteria
Extended by cli_db\propel\om\BaseCvtermQuery

Direct known subclasses

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

Initializes internal state of BaseCvtermQuery object.

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

Returns a new CvtermQuery object.

Returns a new CvtermQuery object.

Parameters

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

Returns

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

Throws

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

Throws

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

Filter the query on the cvterm_id column

Filter the query on the cvterm_id column

Example usage:

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

Parameters

$cvtermId
mixed
$cvtermId 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\CvtermQuery
The current query, for fluid interface
public cli_db\propel\CvtermQuery
# filterByCvId( mixed $cvId = null, string $comparison = null )

Filter the query on the cv_id column

Filter the query on the cv_id column

Example usage:

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

Parameters

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

See

cli_db\propel\om\BaseCvtermQuery::filterByCv()
public cli_db\propel\CvtermQuery
# filterByName( string $name = null, string $comparison = null )

Filter the query on the name column

Filter the query on the name column

Example usage:

$query->filterByName('fooValue');   // WHERE name = 'fooValue'
$query->filterByName('%fooValue%'); // WHERE name LIKE '%fooValue%'

Parameters

$name
string
$name 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\CvtermQuery
The current query, for fluid interface
public cli_db\propel\CvtermQuery
# filterByDefinition( string $definition = null, string $comparison = null )

Filter the query on the definition column

Filter the query on the definition column

Example usage:

$query->filterByDefinition('fooValue');   // WHERE definition = 'fooValue'
$query->filterByDefinition('%fooValue%'); // WHERE definition LIKE '%fooValue%'

Parameters

$definition
string
$definition 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\CvtermQuery
The current query, for fluid interface
public cli_db\propel\CvtermQuery
# 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\CvtermQuery
The current query, for fluid interface
public cli_db\propel\CvtermQuery
# filterByIsObsolete( mixed $isObsolete = null, string $comparison = null )

Filter the query on the is_obsolete column

Filter the query on the is_obsolete column

Example usage:

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

Parameters

$isObsolete
mixed
$isObsolete 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\CvtermQuery
The current query, for fluid interface
public cli_db\propel\CvtermQuery
# filterByIsRelationshiptype( mixed $isRelationshiptype = null, string $comparison = null )

Filter the query on the is_relationshiptype column

Filter the query on the is_relationshiptype column

Example usage:

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

Parameters

$isRelationshiptype
mixed
$isRelationshiptype 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\CvtermQuery
The current query, for fluid interface
public cli_db\propel\CvtermQuery
# filterByCv( cli_db\propel\Cv|PropelObjectCollection $cv, string $comparison = null )

Filter the query by a related Cv object

Filter the query by a related Cv object

Parameters

$cv
cli_db\propel\Cv|PropelObjectCollection
$cv 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\CvtermQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Cv relation

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

Use the Cv relation Cv object

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

See

useQuery()
public cli_db\propel\CvtermQuery
# filterByBiomaterialRelationship( cli_db\propel\BiomaterialRelationship|PropelObjectCollection $biomaterialRelationship, string $comparison = null )

Filter the query by a related BiomaterialRelationship object

Filter the query by a related BiomaterialRelationship object

Parameters

$biomaterialRelationship
cli_db\propel\BiomaterialRelationship|PropelObjectCollection
$biomaterialRelationship 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\CvtermQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the BiomaterialRelationship relation

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

Use the BiomaterialRelationship relation BiomaterialRelationship object

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

See

useQuery()
public cli_db\propel\CvtermQuery
# filterByBiomaterialprop( cli_db\propel\Biomaterialprop|PropelObjectCollection $biomaterialprop, string $comparison = null )

Filter the query by a related Biomaterialprop object

Filter the query by a related Biomaterialprop object

Parameters

$biomaterialprop
cli_db\propel\Biomaterialprop|PropelObjectCollection
$biomaterialprop 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\CvtermQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Biomaterialprop relation

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

Use the Biomaterialprop relation Biomaterialprop object

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

See

useQuery()
public cli_db\propel\CvtermQuery
# filterByContact( cli_db\propel\Contact|PropelObjectCollection $contact, string $comparison = null )

Filter the query by a related Contact object

Filter the query by a related Contact object

Parameters

$contact
cli_db\propel\Contact|PropelObjectCollection
$contact 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\CvtermQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Contact relation

Adds a JOIN clause to the query using the Contact 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\CvtermQuery
The current query, for fluid interface
public cli_db\propel\ContactQuery
# useContactQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::LEFT_JOIN )

Use the Contact relation Contact object

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

See

useQuery()
public cli_db\propel\CvtermQuery
# 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\CvtermQuery
The current query, for fluid interface

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\CvtermQuery
# 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\CvtermQuery
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\CvtermQuery
# 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 to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

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

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\CvtermQuery
# 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\CvtermQuery
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\CvtermQuery
# filterByFeatureCvtermprop( cli_db\propel\FeatureCvtermprop|PropelObjectCollection $featureCvtermprop, string $comparison = null )

Filter the query by a related FeatureCvtermprop object

Filter the query by a related FeatureCvtermprop object

Parameters

$featureCvtermprop
cli_db\propel\FeatureCvtermprop|PropelObjectCollection
$featureCvtermprop 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\CvtermQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the FeatureCvtermprop relation

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

Use the FeatureCvtermprop relation FeatureCvtermprop object

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

See

useQuery()
public cli_db\propel\CvtermQuery
# filterByProtocol( cli_db\propel\Protocol|PropelObjectCollection $protocol, string $comparison = null )

Filter the query by a related Protocol object

Filter the query by a related Protocol object

Parameters

$protocol
cli_db\propel\Protocol|PropelObjectCollection
$protocol 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\CvtermQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Protocol relation

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

Use the Protocol relation Protocol object

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

See

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

Returns

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

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\CvtermQuery
# 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\CvtermQuery
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\CvtermQuery
# filterByPubRelationship( cli_db\propel\PubRelationship|PropelObjectCollection $pubRelationship, string $comparison = null )

Filter the query by a related PubRelationship object

Filter the query by a related PubRelationship object

Parameters

$pubRelationship
cli_db\propel\PubRelationship|PropelObjectCollection
$pubRelationship 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\CvtermQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the PubRelationship relation

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

Use the PubRelationship relation PubRelationship object

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

See

useQuery()
public cli_db\propel\CvtermQuery
# filterByPubprop( cli_db\propel\Pubprop|PropelObjectCollection $pubprop, string $comparison = null )

Filter the query by a related Pubprop object

Filter the query by a related Pubprop object

Parameters

$pubprop
cli_db\propel\Pubprop|PropelObjectCollection
$pubprop 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\CvtermQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Pubprop relation

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

Use the Pubprop relation Pubprop object

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

See

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

Returns

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

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\CvtermQuery
# 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\CvtermQuery
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\CvtermQuery
# prune( cli_db\propel\Cvterm $cvterm = null )

Exclude object from result

Exclude object from result

Parameters

$cvterm
cli_db\propel\Cvterm
$cvterm Object to remove from the list of results

Returns

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

Order by the cvterm_id column

Order by the cvterm_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# orderByCvId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the cv_id column

Order by the cv_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# orderByName( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the name column

Order by the name column

Parameters

$order
mixed
$order

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# orderByDefinition( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the definition column

Order by the definition column

Parameters

$order
mixed
$order

Returns

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

Order by the is_obsolete column

Order by the is_obsolete column

Parameters

$order
mixed
$order

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# orderByIsRelationshiptype( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the is_relationshiptype column

Order by the is_relationshiptype column

Parameters

$order
mixed
$order

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# groupByCvtermId( )

Group by the cvterm_id column

Group by the cvterm_id column

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# groupByCvId( )

Group by the cv_id column

Group by the cv_id column

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# groupByName( )

Group by the name column

Group by the name column

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# groupByDefinition( )

Group by the definition column

Group by the definition column

Returns

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

Group by the dbxref_id column

Group by the dbxref_id column

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# groupByIsObsolete( )

Group by the is_obsolete column

Group by the is_obsolete column

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# groupByIsRelationshiptype( )

Group by the is_relationshiptype column

Group by the is_relationshiptype column

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# rightJoinCv( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# innerJoinCv( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# leftJoinBiomaterialRelationship( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# rightJoinBiomaterialRelationship( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# innerJoinBiomaterialRelationship( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# leftJoinBiomaterialprop( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# rightJoinBiomaterialprop( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# innerJoinBiomaterialprop( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# leftJoinContact( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# rightJoinContact( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# innerJoinContact( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# rightJoinFeatureCvtermprop( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# innerJoinFeatureCvtermprop( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# leftJoinProtocol( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# rightJoinProtocol( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# innerJoinProtocol( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# rightJoinPubRelationship( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# innerJoinPubRelationship( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# leftJoinPubprop( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# rightJoinPubprop( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\CvtermQuery
public cli_db\propel\CvtermQuery
# innerJoinPubprop( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

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

Return the first Cvterm matching the query

Return the first Cvterm matching the query

Parameters

$con
PropelPDO
$con

Returns

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

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

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

Parameters

$con
PropelPDO
$con

Returns

cli_db\propel\Cvterm
public cli_db\propel\Cvterm
# findOneByCvId( integer $cv_id = )

Return the first Cvterm filtered by the cv_id column

Return the first Cvterm filtered by the cv_id column

Parameters

$cv_id
integer
$cv_id

Returns

cli_db\propel\Cvterm
public cli_db\propel\Cvterm
# findOneByName( string $name = )

Return the first Cvterm filtered by the name column

Return the first Cvterm filtered by the name column

Parameters

$name
string
$name

Returns

cli_db\propel\Cvterm
public cli_db\propel\Cvterm
# findOneByDefinition( string $definition = )

Return the first Cvterm filtered by the definition column

Return the first Cvterm filtered by the definition column

Parameters

$definition
string
$definition

Returns

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

Return the first Cvterm filtered by the dbxref_id column

Return the first Cvterm filtered by the dbxref_id column

Parameters

$dbxref_id
integer
$dbxref_id

Returns

cli_db\propel\Cvterm
public cli_db\propel\Cvterm
# findOneByIsObsolete( integer $is_obsolete = )

Return the first Cvterm filtered by the is_obsolete column

Return the first Cvterm filtered by the is_obsolete column

Parameters

$is_obsolete
integer
$is_obsolete

Returns

cli_db\propel\Cvterm
public cli_db\propel\Cvterm
# findOneByIsRelationshiptype( integer $is_relationshiptype = )

Return the first Cvterm filtered by the is_relationshiptype column

Return the first Cvterm filtered by the is_relationshiptype column

Parameters

$is_relationshiptype
integer
$is_relationshiptype

Returns

cli_db\propel\Cvterm
public array
# findByCvtermId( integer $cvterm_id = )

Return Cvterm objects filtered by the cvterm_id column

Return Cvterm objects filtered by the cvterm_id column

Parameters

$cvterm_id
integer
$cvterm_id

Returns

array
public array
# findByCvId( integer $cv_id = )

Return Cvterm objects filtered by the cv_id column

Return Cvterm objects filtered by the cv_id column

Parameters

$cv_id
integer
$cv_id

Returns

array
public array
# findByName( string $name = )

Return Cvterm objects filtered by the name column

Return Cvterm objects filtered by the name column

Parameters

$name
string
$name

Returns

array
public array
# findByDefinition( string $definition = )

Return Cvterm objects filtered by the definition column

Return Cvterm objects filtered by the definition column

Parameters

$definition
string
$definition

Returns

array
public array
# findByDbxrefId( integer $dbxref_id = )

Return Cvterm objects filtered by the dbxref_id column

Return Cvterm objects filtered by the dbxref_id column

Parameters

$dbxref_id
integer
$dbxref_id

Returns

array
public array
# findByIsObsolete( integer $is_obsolete = )

Return Cvterm objects filtered by the is_obsolete column

Return Cvterm objects filtered by the is_obsolete column

Parameters

$is_obsolete
integer
$is_obsolete

Returns

array
public array
# findByIsRelationshiptype( integer $is_relationshiptype = )

Return Cvterm objects filtered by the is_relationshiptype column

Return Cvterm objects filtered by the is_relationshiptype column

Parameters

$is_relationshiptype
integer
$is_relationshiptype

Returns

array
tbro API documentation generated by ApiGen 2.8.0