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 BaseBiomaterialQuery

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

ModelCriteria
Extended by cli_db\propel\om\BaseBiomaterialQuery

Direct known subclasses

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

Initializes internal state of BaseBiomaterialQuery object.

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

Returns a new BiomaterialQuery object.

Returns a new BiomaterialQuery object.

Parameters

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

Returns

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

Throws

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

Throws

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

Filter the query on the biomaterial_id column

Filter the query on the biomaterial_id column

Example usage:

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

Parameters

$biomaterialId
mixed
$biomaterialId 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\BiomaterialQuery
The current query, for fluid interface
public cli_db\propel\BiomaterialQuery
# filterByTaxonId( mixed $taxonId = null, string $comparison = null )

Filter the query on the taxon_id column

Filter the query on the taxon_id column

Example usage:

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

Parameters

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

See

cli_db\propel\om\BaseBiomaterialQuery::filterByOrganism()
public cli_db\propel\BiomaterialQuery
# filterByBiosourceproviderId( mixed $biosourceproviderId = null, string $comparison = null )

Filter the query on the biosourceprovider_id column

Filter the query on the biosourceprovider_id column

Example usage:

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

Parameters

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

See

cli_db\propel\om\BaseBiomaterialQuery::filterByContact()
public cli_db\propel\BiomaterialQuery
# 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\BiomaterialQuery
The current query, for fluid interface
public cli_db\propel\BiomaterialQuery
# 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\BiomaterialQuery
The current query, for fluid interface
public cli_db\propel\BiomaterialQuery
# filterByDescription( string $description = null, string $comparison = null )

Filter the query on the description column

Filter the query on the description column

Example usage:

$query->filterByDescription('fooValue');   // WHERE description = 'fooValue'
$query->filterByDescription('%fooValue%'); // WHERE description LIKE '%fooValue%'

Parameters

$description
string
$description 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\BiomaterialQuery
The current query, for fluid interface
public cli_db\propel\BiomaterialQuery
# 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(s) to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

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

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\BiomaterialQuery
# 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\BiomaterialQuery
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\BiomaterialQuery
# filterByOrganism( cli_db\propel\Organism|PropelObjectCollection $organism, string $comparison = null )

Filter the query by a related Organism object

Filter the query by a related Organism object

Parameters

$organism
cli_db\propel\Organism|PropelObjectCollection
$organism 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\BiomaterialQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Organism relation

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

Use the Organism relation Organism object

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

See

useQuery()
public cli_db\propel\BiomaterialQuery
# filterByAssayBiomaterial( cli_db\propel\AssayBiomaterial|PropelObjectCollection $assayBiomaterial, string $comparison = null )

Filter the query by a related AssayBiomaterial object

Filter the query by a related AssayBiomaterial object

Parameters

$assayBiomaterial
cli_db\propel\AssayBiomaterial|PropelObjectCollection
$assayBiomaterial 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\BiomaterialQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the AssayBiomaterial relation

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

Use the AssayBiomaterial relation AssayBiomaterial object

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

See

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

Throws

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

Adds a JOIN clause to the query using the BiomaterialRelationshipRelatedByObjectId relation

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

Use the BiomaterialRelationshipRelatedByObjectId relation BiomaterialRelationship object

Use the BiomaterialRelationshipRelatedByObjectId 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\BiomaterialQuery
# filterByBiomaterialRelationshipRelatedBySubjectId( 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\BiomaterialQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the BiomaterialRelationshipRelatedBySubjectId relation

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

Use the BiomaterialRelationshipRelatedBySubjectId relation BiomaterialRelationship object

Use the BiomaterialRelationshipRelatedBySubjectId 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\BiomaterialQuery
# 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\BiomaterialQuery
The current query, for fluid interface

Throws

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

Exclude object from result

Exclude object from result

Parameters

$biomaterial
cli_db\propel\Biomaterial
$biomaterial Object to remove from the list of results

Returns

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

Order by the biomaterial_id column

Order by the biomaterial_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# orderByTaxonId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the taxon_id column

Order by the taxon_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# orderByBiosourceproviderId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the biosourceprovider_id column

Order by the biosourceprovider_id column

Parameters

$order
mixed
$order

Returns

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

Order by the description column

Order by the description column

Parameters

$order
mixed
$order

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# groupByBiomaterialId( )

Group by the biomaterial_id column

Group by the biomaterial_id column

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# groupByTaxonId( )

Group by the taxon_id column

Group by the taxon_id column

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# groupByBiosourceproviderId( )

Group by the biosourceprovider_id column

Group by the biosourceprovider_id column

Returns

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

Group by the dbxref_id column

Group by the dbxref_id column

Returns

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

Group by the name column

Group by the name column

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# groupByDescription( )

Group by the description column

Group by the description column

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# rightJoinOrganism( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# innerJoinOrganism( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# leftJoinAssayBiomaterial( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# rightJoinAssayBiomaterial( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# innerJoinAssayBiomaterial( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# leftJoinBiomaterialRelationshipRelatedByObjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# rightJoinBiomaterialRelationshipRelatedByObjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# innerJoinBiomaterialRelationshipRelatedByObjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# leftJoinBiomaterialRelationshipRelatedBySubjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# rightJoinBiomaterialRelationshipRelatedBySubjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialQuery
public cli_db\propel\BiomaterialQuery
# innerJoinBiomaterialRelationshipRelatedBySubjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

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

Return the first Biomaterial matching the query

Return the first Biomaterial matching the query

Parameters

$con
PropelPDO
$con

Returns

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

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

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

Parameters

$con
PropelPDO
$con

Returns

cli_db\propel\Biomaterial
public cli_db\propel\Biomaterial
# findOneByTaxonId( integer $taxon_id = )

Return the first Biomaterial filtered by the taxon_id column

Return the first Biomaterial filtered by the taxon_id column

Parameters

$taxon_id
integer
$taxon_id

Returns

cli_db\propel\Biomaterial
public cli_db\propel\Biomaterial
# findOneByBiosourceproviderId( integer $biosourceprovider_id = )

Return the first Biomaterial filtered by the biosourceprovider_id column

Return the first Biomaterial filtered by the biosourceprovider_id column

Parameters

$biosourceprovider_id
integer
$biosourceprovider_id

Returns

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

Return the first Biomaterial filtered by the dbxref_id column

Return the first Biomaterial filtered by the dbxref_id column

Parameters

$dbxref_id
integer
$dbxref_id

Returns

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

Return the first Biomaterial filtered by the name column

Return the first Biomaterial filtered by the name column

Parameters

$name
string
$name

Returns

cli_db\propel\Biomaterial
public cli_db\propel\Biomaterial
# findOneByDescription( string $description = )

Return the first Biomaterial filtered by the description column

Return the first Biomaterial filtered by the description column

Parameters

$description
string
$description

Returns

cli_db\propel\Biomaterial
public array
# findByBiomaterialId( integer $biomaterial_id = )

Return Biomaterial objects filtered by the biomaterial_id column

Return Biomaterial objects filtered by the biomaterial_id column

Parameters

$biomaterial_id
integer
$biomaterial_id

Returns

array
public array
# findByTaxonId( integer $taxon_id = )

Return Biomaterial objects filtered by the taxon_id column

Return Biomaterial objects filtered by the taxon_id column

Parameters

$taxon_id
integer
$taxon_id

Returns

array
public array
# findByBiosourceproviderId( integer $biosourceprovider_id = )

Return Biomaterial objects filtered by the biosourceprovider_id column

Return Biomaterial objects filtered by the biosourceprovider_id column

Parameters

$biosourceprovider_id
integer
$biosourceprovider_id

Returns

array
public array
# findByDbxrefId( integer $dbxref_id = )

Return Biomaterial objects filtered by the dbxref_id column

Return Biomaterial objects filtered by the dbxref_id column

Parameters

$dbxref_id
integer
$dbxref_id

Returns

array
public array
# findByName( string $name = )

Return Biomaterial objects filtered by the name column

Return Biomaterial objects filtered by the name column

Parameters

$name
string
$name

Returns

array
public array
# findByDescription( string $description = )

Return Biomaterial objects filtered by the description column

Return Biomaterial objects filtered by the description column

Parameters

$description
string
$description

Returns

array
tbro API documentation generated by ApiGen 2.8.0