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 BaseQuantificationQuery

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

ModelCriteria
Extended by cli_db\propel\om\BaseQuantificationQuery

Direct known subclasses

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

Initializes internal state of BaseQuantificationQuery object.

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

Returns a new QuantificationQuery object.

Returns a new QuantificationQuery object.

Parameters

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

Returns

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

Throws

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

Throws

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

Filter the query on the quantification_id column

Filter the query on the quantification_id column

Example usage:

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

Parameters

$quantificationId
mixed
$quantificationId 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\QuantificationQuery
The current query, for fluid interface
public cli_db\propel\QuantificationQuery
# filterByAcquisitionId( mixed $acquisitionId = null, string $comparison = null )

Filter the query on the acquisition_id column

Filter the query on the acquisition_id column

Example usage:

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

Parameters

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

See

cli_db\propel\om\BaseQuantificationQuery::filterByAcquisition()
public cli_db\propel\QuantificationQuery
# filterByOperatorId( mixed $operatorId = null, string $comparison = null )

Filter the query on the operator_id column

Filter the query on the operator_id column

Example usage:

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

Parameters

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

See

cli_db\propel\om\BaseQuantificationQuery::filterByContact()
public cli_db\propel\QuantificationQuery
# filterByProtocolId( mixed $protocolId = null, string $comparison = null )

Filter the query on the protocol_id column

Filter the query on the protocol_id column

Example usage:

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

Parameters

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

See

cli_db\propel\om\BaseQuantificationQuery::filterByProtocol()
public cli_db\propel\QuantificationQuery
# filterByAnalysisId( mixed $analysisId = null, string $comparison = null )

Filter the query on the analysis_id column

Filter the query on the analysis_id column

Example usage:

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

Parameters

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

See

cli_db\propel\om\BaseQuantificationQuery::filterByAnalysis()
public cli_db\propel\QuantificationQuery
# filterByQuantificationdate( mixed $quantificationdate = null, string $comparison = null )

Filter the query on the quantificationdate column

Filter the query on the quantificationdate column

Example usage:

$query->filterByQuantificationdate('2011-03-14'); // WHERE quantificationdate = '2011-03-14'
$query->filterByQuantificationdate('now'); // WHERE quantificationdate = '2011-03-14'
$query->filterByQuantificationdate(array('max' => 'yesterday')); // WHERE quantificationdate > '2011-03-13'

Parameters

$quantificationdate
mixed
$quantificationdate The value to use as filter. Values can be integers (unix timestamps), DateTime objects, or strings. Empty strings are treated as NULL. 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\QuantificationQuery
The current query, for fluid interface
public cli_db\propel\QuantificationQuery
# 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\QuantificationQuery
The current query, for fluid interface
public cli_db\propel\QuantificationQuery
# filterByUri( string $uri = null, string $comparison = null )

Filter the query on the uri column

Filter the query on the uri column

Example usage:

$query->filterByUri('fooValue');   // WHERE uri = 'fooValue'
$query->filterByUri('%fooValue%'); // WHERE uri LIKE '%fooValue%'

Parameters

$uri
string
$uri 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\QuantificationQuery
The current query, for fluid interface
public cli_db\propel\QuantificationQuery
# filterByAcquisition( cli_db\propel\Acquisition|PropelObjectCollection $acquisition, string $comparison = null )

Filter the query by a related Acquisition object

Filter the query by a related Acquisition object

Parameters

$acquisition
cli_db\propel\Acquisition|PropelObjectCollection
$acquisition 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\QuantificationQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Acquisition relation

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

Use the Acquisition relation Acquisition object

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

See

useQuery()
public cli_db\propel\QuantificationQuery
# filterByAnalysis( cli_db\propel\Analysis|PropelObjectCollection $analysis, string $comparison = null )

Filter the query by a related Analysis object

Filter the query by a related Analysis object

Parameters

$analysis
cli_db\propel\Analysis|PropelObjectCollection
$analysis 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\QuantificationQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Analysis relation

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

Use the Analysis relation Analysis object

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

See

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

Throws

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

Returns

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

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\QuantificationQuery
# joinProtocol( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::LEFT_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\QuantificationQuery
The current query, for fluid interface
public cli_db\propel\ProtocolQuery
# useProtocolQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::LEFT_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\QuantificationQuery
# prune( cli_db\propel\Quantification $quantification = null )

Exclude object from result

Exclude object from result

Parameters

$quantification
cli_db\propel\Quantification
$quantification Object to remove from the list of results

Returns

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

Order by the quantification_id column

Order by the quantification_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# orderByAcquisitionId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the acquisition_id column

Order by the acquisition_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# orderByOperatorId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the operator_id column

Order by the operator_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# orderByProtocolId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the protocol_id column

Order by the protocol_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# orderByAnalysisId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the analysis_id column

Order by the analysis_id column

Parameters

$order
mixed
$order

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# orderByQuantificationdate( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the quantificationdate column

Order by the quantificationdate column

Parameters

$order
mixed
$order

Returns

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

Order by the uri column

Order by the uri column

Parameters

$order
mixed
$order

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# groupByQuantificationId( )

Group by the quantification_id column

Group by the quantification_id column

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# groupByAcquisitionId( )

Group by the acquisition_id column

Group by the acquisition_id column

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# groupByOperatorId( )

Group by the operator_id column

Group by the operator_id column

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# groupByProtocolId( )

Group by the protocol_id column

Group by the protocol_id column

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# groupByAnalysisId( )

Group by the analysis_id column

Group by the analysis_id column

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# groupByQuantificationdate( )

Group by the quantificationdate column

Group by the quantificationdate column

Returns

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

Group by the name column

Group by the name column

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# groupByUri( )

Group by the uri column

Group by the uri column

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# rightJoinAcquisition( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# innerJoinAcquisition( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# leftJoinAnalysis( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# rightJoinAnalysis( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\QuantificationQuery
public cli_db\propel\QuantificationQuery
# innerJoinAnalysis( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

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

Return the first Quantification matching the query

Return the first Quantification matching the query

Parameters

$con
PropelPDO
$con

Returns

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

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

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

Parameters

$con
PropelPDO
$con

Returns

cli_db\propel\Quantification
public cli_db\propel\Quantification
# findOneByAcquisitionId( integer $acquisition_id = )

Return the first Quantification filtered by the acquisition_id column

Return the first Quantification filtered by the acquisition_id column

Parameters

$acquisition_id
integer
$acquisition_id

Returns

cli_db\propel\Quantification
public cli_db\propel\Quantification
# findOneByOperatorId( integer $operator_id = )

Return the first Quantification filtered by the operator_id column

Return the first Quantification filtered by the operator_id column

Parameters

$operator_id
integer
$operator_id

Returns

cli_db\propel\Quantification
public cli_db\propel\Quantification
# findOneByProtocolId( integer $protocol_id = )

Return the first Quantification filtered by the protocol_id column

Return the first Quantification filtered by the protocol_id column

Parameters

$protocol_id
integer
$protocol_id

Returns

cli_db\propel\Quantification
public cli_db\propel\Quantification
# findOneByAnalysisId( integer $analysis_id = )

Return the first Quantification filtered by the analysis_id column

Return the first Quantification filtered by the analysis_id column

Parameters

$analysis_id
integer
$analysis_id

Returns

cli_db\propel\Quantification
public cli_db\propel\Quantification
# findOneByQuantificationdate( string $quantificationdate = )

Return the first Quantification filtered by the quantificationdate column

Return the first Quantification filtered by the quantificationdate column

Parameters

$quantificationdate
string
$quantificationdate

Returns

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

Return the first Quantification filtered by the name column

Return the first Quantification filtered by the name column

Parameters

$name
string
$name

Returns

cli_db\propel\Quantification
public cli_db\propel\Quantification
# findOneByUri( string $uri = )

Return the first Quantification filtered by the uri column

Return the first Quantification filtered by the uri column

Parameters

$uri
string
$uri

Returns

cli_db\propel\Quantification
public array
# findByQuantificationId( integer $quantification_id = )

Return Quantification objects filtered by the quantification_id column

Return Quantification objects filtered by the quantification_id column

Parameters

$quantification_id
integer
$quantification_id

Returns

array
public array
# findByAcquisitionId( integer $acquisition_id = )

Return Quantification objects filtered by the acquisition_id column

Return Quantification objects filtered by the acquisition_id column

Parameters

$acquisition_id
integer
$acquisition_id

Returns

array
public array
# findByOperatorId( integer $operator_id = )

Return Quantification objects filtered by the operator_id column

Return Quantification objects filtered by the operator_id column

Parameters

$operator_id
integer
$operator_id

Returns

array
public array
# findByProtocolId( integer $protocol_id = )

Return Quantification objects filtered by the protocol_id column

Return Quantification objects filtered by the protocol_id column

Parameters

$protocol_id
integer
$protocol_id

Returns

array
public array
# findByAnalysisId( integer $analysis_id = )

Return Quantification objects filtered by the analysis_id column

Return Quantification objects filtered by the analysis_id column

Parameters

$analysis_id
integer
$analysis_id

Returns

array
public array
# findByQuantificationdate( string $quantificationdate = )

Return Quantification objects filtered by the quantificationdate column

Return Quantification objects filtered by the quantificationdate column

Parameters

$quantificationdate
string
$quantificationdate

Returns

array
public array
# findByName( string $name = )

Return Quantification objects filtered by the name column

Return Quantification objects filtered by the name column

Parameters

$name
string
$name

Returns

array
public array
# findByUri( string $uri = )

Return Quantification objects filtered by the uri column

Return Quantification objects filtered by the uri column

Parameters

$uri
string
$uri

Returns

array
tbro API documentation generated by ApiGen 2.8.0