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 BaseBiomaterialRelationshipQuery

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

ModelCriteria
Extended by cli_db\propel\om\BaseBiomaterialRelationshipQuery

Direct known subclasses

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

Initializes internal state of BaseBiomaterialRelationshipQuery object.

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

Returns a new BiomaterialRelationshipQuery object.

Returns a new BiomaterialRelationshipQuery object.

Parameters

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

Returns

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

Throws

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

Throws

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

Filter the query on the biomaterial_relationship_id column

Filter the query on the biomaterial_relationship_id column

Example usage:

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

Parameters

$biomaterialRelationshipId
mixed
$biomaterialRelationshipId 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\BiomaterialRelationshipQuery
The current query, for fluid interface
public cli_db\propel\BiomaterialRelationshipQuery
# filterBySubjectId( mixed $subjectId = null, string $comparison = null )

Filter the query on the subject_id column

Filter the query on the subject_id column

Example usage:

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

Parameters

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

See

cli_db\propel\om\BaseBiomaterialRelationshipQuery::filterByBiomaterialRelatedBySubjectId()
public cli_db\propel\BiomaterialRelationshipQuery
# filterByTypeId( mixed $typeId = null, string $comparison = null )

Filter the query on the type_id column

Filter the query on the type_id column

Example usage:

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

Parameters

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

See

cli_db\propel\om\BaseBiomaterialRelationshipQuery::filterByCvterm()
public cli_db\propel\BiomaterialRelationshipQuery
# filterByObjectId( mixed $objectId = null, string $comparison = null )

Filter the query on the object_id column

Filter the query on the object_id column

Example usage:

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

Parameters

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

See

cli_db\propel\om\BaseBiomaterialRelationshipQuery::filterByBiomaterialRelatedByObjectId()
public cli_db\propel\BiomaterialRelationshipQuery
# filterByBiomaterialRelatedByObjectId( cli_db\propel\Biomaterial|PropelObjectCollection $biomaterial, string $comparison = null )

Filter the query by a related Biomaterial object

Filter the query by a related Biomaterial object

Parameters

$biomaterial
cli_db\propel\Biomaterial|PropelObjectCollection
$biomaterial 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\BiomaterialRelationshipQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the BiomaterialRelatedByObjectId relation

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

Use the BiomaterialRelatedByObjectId relation Biomaterial object

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

See

useQuery()
public cli_db\propel\BiomaterialRelationshipQuery
# filterByBiomaterialRelatedBySubjectId( cli_db\propel\Biomaterial|PropelObjectCollection $biomaterial, string $comparison = null )

Filter the query by a related Biomaterial object

Filter the query by a related Biomaterial object

Parameters

$biomaterial
cli_db\propel\Biomaterial|PropelObjectCollection
$biomaterial 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\BiomaterialRelationshipQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the BiomaterialRelatedBySubjectId relation

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

Use the BiomaterialRelatedBySubjectId relation Biomaterial object

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

See

useQuery()
public cli_db\propel\BiomaterialRelationshipQuery
# filterByCvterm( cli_db\propel\Cvterm|PropelObjectCollection $cvterm, string $comparison = null )

Filter the query by a related Cvterm object

Filter the query by a related Cvterm object

Parameters

$cvterm
cli_db\propel\Cvterm|PropelObjectCollection
$cvterm 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\BiomaterialRelationshipQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Cvterm relation

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

Use the Cvterm relation Cvterm object

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

See

useQuery()
public cli_db\propel\BiomaterialRelationshipQuery
# prune( cli_db\propel\BiomaterialRelationship $biomaterialRelationship = null )

Exclude object from result

Exclude object from result

Parameters

$biomaterialRelationship
cli_db\propel\BiomaterialRelationship
$biomaterialRelationship Object to remove from the list of results

Returns

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

Order by the biomaterial_relationship_id column

Order by the biomaterial_relationship_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# orderBySubjectId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the subject_id column

Order by the subject_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# orderByTypeId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the type_id column

Order by the type_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# orderByObjectId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the object_id column

Order by the object_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# groupByBiomaterialRelationshipId( )

Group by the biomaterial_relationship_id column

Group by the biomaterial_relationship_id column

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# groupBySubjectId( )

Group by the subject_id column

Group by the subject_id column

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# groupByTypeId( )

Group by the type_id column

Group by the type_id column

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# groupByObjectId( )

Group by the object_id column

Group by the object_id column

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# rightJoinBiomaterialRelatedByObjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# innerJoinBiomaterialRelatedByObjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# leftJoinBiomaterialRelatedBySubjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# rightJoinBiomaterialRelatedBySubjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# innerJoinBiomaterialRelatedBySubjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# leftJoinCvterm( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# rightJoinCvterm( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationshipQuery
# innerJoinCvterm( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\BiomaterialRelationshipQuery
public cli_db\propel\BiomaterialRelationship
# findOne( PropelPDO $con = null )

Return the first BiomaterialRelationship matching the query

Return the first BiomaterialRelationship matching the query

Parameters

$con
PropelPDO
$con

Returns

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

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

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

Parameters

$con
PropelPDO
$con

Returns

cli_db\propel\BiomaterialRelationship
public cli_db\propel\BiomaterialRelationship
# findOneBySubjectId( integer $subject_id = )

Return the first BiomaterialRelationship filtered by the subject_id column

Return the first BiomaterialRelationship filtered by the subject_id column

Parameters

$subject_id
integer
$subject_id

Returns

cli_db\propel\BiomaterialRelationship
public cli_db\propel\BiomaterialRelationship
# findOneByTypeId( integer $type_id = )

Return the first BiomaterialRelationship filtered by the type_id column

Return the first BiomaterialRelationship filtered by the type_id column

Parameters

$type_id
integer
$type_id

Returns

cli_db\propel\BiomaterialRelationship
public cli_db\propel\BiomaterialRelationship
# findOneByObjectId( integer $object_id = )

Return the first BiomaterialRelationship filtered by the object_id column

Return the first BiomaterialRelationship filtered by the object_id column

Parameters

$object_id
integer
$object_id

Returns

cli_db\propel\BiomaterialRelationship
public array
# findByBiomaterialRelationshipId( integer $biomaterial_relationship_id = )

Return BiomaterialRelationship objects filtered by the biomaterial_relationship_id column

Return BiomaterialRelationship objects filtered by the biomaterial_relationship_id column

Parameters

$biomaterial_relationship_id
integer
$biomaterial_relationship_id

Returns

array
public array
# findBySubjectId( integer $subject_id = )

Return BiomaterialRelationship objects filtered by the subject_id column

Return BiomaterialRelationship objects filtered by the subject_id column

Parameters

$subject_id
integer
$subject_id

Returns

array
public array
# findByTypeId( integer $type_id = )

Return BiomaterialRelationship objects filtered by the type_id column

Return BiomaterialRelationship objects filtered by the type_id column

Parameters

$type_id
integer
$type_id

Returns

array
public array
# findByObjectId( integer $object_id = )

Return BiomaterialRelationship objects filtered by the object_id column

Return BiomaterialRelationship objects filtered by the object_id column

Parameters

$object_id
integer
$object_id

Returns

array
tbro API documentation generated by ApiGen 2.8.0