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 BaseProtocolQuery

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

ModelCriteria
Extended by cli_db\propel\om\BaseProtocolQuery

Direct known subclasses

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

Initializes internal state of BaseProtocolQuery object.

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

Returns a new ProtocolQuery object.

Returns a new ProtocolQuery object.

Parameters

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

Returns

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

Throws

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

Throws

PropelException
protected cli_db\propel\Protocol|cli_db\propel\Protocol[]|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\Protocol|cli_db\propel\Protocol[]|mixed
the result, formatted by the current formatter
public PropelObjectCollection|cli_db\propel\Protocol[]|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\Protocol[]|mixed
the list of results, formatted by the current formatter
public cli_db\propel\ProtocolQuery
# 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\ProtocolQuery
The current query, for fluid interface
public cli_db\propel\ProtocolQuery
# 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\ProtocolQuery
The current query, for fluid interface
public cli_db\propel\ProtocolQuery
# 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\ProtocolQuery
The current query, for fluid interface
public cli_db\propel\ProtocolQuery
# 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\ProtocolQuery
The current query, for fluid interface

See

cli_db\propel\om\BaseProtocolQuery::filterByCvterm()
public cli_db\propel\ProtocolQuery
# filterByPubId( mixed $pubId = null, string $comparison = null )

Filter the query on the pub_id column

Filter the query on the pub_id column

Example usage:

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

Parameters

$pubId
mixed
$pubId The value to use as filter. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\ProtocolQuery
The current query, for fluid interface
public cli_db\propel\ProtocolQuery
# 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\ProtocolQuery
The current query, for fluid interface
public cli_db\propel\ProtocolQuery
# 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\ProtocolQuery
The current query, for fluid interface
public cli_db\propel\ProtocolQuery
# 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\ProtocolQuery
The current query, for fluid interface
public cli_db\propel\ProtocolQuery
# filterByProtocoldescription( string $protocoldescription = null, string $comparison = null )

Filter the query on the protocoldescription column

Filter the query on the protocoldescription column

Example usage:

$query->filterByProtocoldescription('fooValue');   // WHERE protocoldescription = 'fooValue'
$query->filterByProtocoldescription('%fooValue%'); // WHERE protocoldescription LIKE '%fooValue%'

Parameters

$protocoldescription
string
$protocoldescription 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\ProtocolQuery
The current query, for fluid interface
public cli_db\propel\ProtocolQuery
# filterByHardwaredescription( string $hardwaredescription = null, string $comparison = null )

Filter the query on the hardwaredescription column

Filter the query on the hardwaredescription column

Example usage:

$query->filterByHardwaredescription('fooValue');   // WHERE hardwaredescription = 'fooValue'
$query->filterByHardwaredescription('%fooValue%'); // WHERE hardwaredescription LIKE '%fooValue%'

Parameters

$hardwaredescription
string
$hardwaredescription 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\ProtocolQuery
The current query, for fluid interface
public cli_db\propel\ProtocolQuery
# filterBySoftwaredescription( string $softwaredescription = null, string $comparison = null )

Filter the query on the softwaredescription column

Filter the query on the softwaredescription column

Example usage:

$query->filterBySoftwaredescription('fooValue');   // WHERE softwaredescription = 'fooValue'
$query->filterBySoftwaredescription('%fooValue%'); // WHERE softwaredescription LIKE '%fooValue%'

Parameters

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

Throws

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

Returns

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

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\ProtocolQuery
# joinAcquisition( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::LEFT_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\ProtocolQuery
The current query, for fluid interface
public cli_db\propel\AcquisitionQuery
# useAcquisitionQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::LEFT_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\ProtocolQuery
# filterByAssay( cli_db\propel\Assay|PropelObjectCollection $assay, string $comparison = null )

Filter the query by a related Assay object

Filter the query by a related Assay object

Parameters

$assay
cli_db\propel\Assay|PropelObjectCollection
$assay 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\ProtocolQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Assay relation

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

Use the Assay relation Assay object

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

See

useQuery()
public cli_db\propel\ProtocolQuery
# filterByQuantification( cli_db\propel\Quantification|PropelObjectCollection $quantification, string $comparison = null )

Filter the query by a related Quantification object

Filter the query by a related Quantification object

Parameters

$quantification
cli_db\propel\Quantification|PropelObjectCollection
$quantification 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\ProtocolQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Quantification relation

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

Use the Quantification relation Quantification object

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

See

useQuery()
public cli_db\propel\ProtocolQuery
# prune( cli_db\propel\Protocol $protocol = null )

Exclude object from result

Exclude object from result

Parameters

$protocol
cli_db\propel\Protocol
$protocol Object to remove from the list of results

Returns

cli_db\propel\ProtocolQuery
The current query, for fluid interface
Magic methods summary
public cli_db\propel\ProtocolQuery
# 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\ProtocolQuery
public cli_db\propel\ProtocolQuery
# 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\ProtocolQuery
public cli_db\propel\ProtocolQuery
# orderByPubId( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the pub_id column

Order by the pub_id column

Parameters

$order
mixed
$order

Returns

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

Order by the protocoldescription column

Order by the protocoldescription column

Parameters

$order
mixed
$order

Returns

cli_db\propel\ProtocolQuery
public cli_db\propel\ProtocolQuery
# orderByHardwaredescription( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the hardwaredescription column

Order by the hardwaredescription column

Parameters

$order
mixed
$order

Returns

cli_db\propel\ProtocolQuery
public cli_db\propel\ProtocolQuery
# orderBySoftwaredescription( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the softwaredescription column

Order by the softwaredescription column

Parameters

$order
mixed
$order

Returns

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

Group by the protocol_id column

Group by the protocol_id column

Returns

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

Group by the type_id column

Group by the type_id column

Returns

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

Group by the pub_id column

Group by the pub_id column

Returns

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

Group by the dbxref_id column

Group by the dbxref_id column

Returns

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

Group by the name column

Group by the name column

Returns

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

Group by the uri column

Group by the uri column

Returns

cli_db\propel\ProtocolQuery
public cli_db\propel\ProtocolQuery
# groupByProtocoldescription( )

Group by the protocoldescription column

Group by the protocoldescription column

Returns

cli_db\propel\ProtocolQuery
public cli_db\propel\ProtocolQuery
# groupByHardwaredescription( )

Group by the hardwaredescription column

Group by the hardwaredescription column

Returns

cli_db\propel\ProtocolQuery
public cli_db\propel\ProtocolQuery
# groupBySoftwaredescription( )

Group by the softwaredescription column

Group by the softwaredescription column

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\ProtocolQuery
public cli_db\propel\ProtocolQuery
# rightJoinAssay( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\ProtocolQuery
public cli_db\propel\ProtocolQuery
# innerJoinAssay( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\ProtocolQuery
public cli_db\propel\ProtocolQuery
# leftJoinQuantification( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\ProtocolQuery
public cli_db\propel\ProtocolQuery
# rightJoinQuantification( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\ProtocolQuery
public cli_db\propel\ProtocolQuery
# innerJoinQuantification( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\ProtocolQuery
public cli_db\propel\Protocol
# findOne( PropelPDO $con = null )

Return the first Protocol matching the query

Return the first Protocol matching the query

Parameters

$con
PropelPDO
$con

Returns

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

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

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

Parameters

$con
PropelPDO
$con

Returns

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

Return the first Protocol filtered by the type_id column

Return the first Protocol filtered by the type_id column

Parameters

$type_id
integer
$type_id

Returns

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

Return the first Protocol filtered by the pub_id column

Return the first Protocol filtered by the pub_id column

Parameters

$pub_id
integer
$pub_id

Returns

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

Return the first Protocol filtered by the dbxref_id column

Return the first Protocol filtered by the dbxref_id column

Parameters

$dbxref_id
integer
$dbxref_id

Returns

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

Return the first Protocol filtered by the name column

Return the first Protocol filtered by the name column

Parameters

$name
string
$name

Returns

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

Return the first Protocol filtered by the uri column

Return the first Protocol filtered by the uri column

Parameters

$uri
string
$uri

Returns

cli_db\propel\Protocol
public cli_db\propel\Protocol
# findOneByProtocoldescription( string $protocoldescription = )

Return the first Protocol filtered by the protocoldescription column

Return the first Protocol filtered by the protocoldescription column

Parameters

$protocoldescription
string
$protocoldescription

Returns

cli_db\propel\Protocol
public cli_db\propel\Protocol
# findOneByHardwaredescription( string $hardwaredescription = )

Return the first Protocol filtered by the hardwaredescription column

Return the first Protocol filtered by the hardwaredescription column

Parameters

$hardwaredescription
string
$hardwaredescription

Returns

cli_db\propel\Protocol
public cli_db\propel\Protocol
# findOneBySoftwaredescription( string $softwaredescription = )

Return the first Protocol filtered by the softwaredescription column

Return the first Protocol filtered by the softwaredescription column

Parameters

$softwaredescription
string
$softwaredescription

Returns

cli_db\propel\Protocol
public array
# findByProtocolId( integer $protocol_id = )

Return Protocol objects filtered by the protocol_id column

Return Protocol objects filtered by the protocol_id column

Parameters

$protocol_id
integer
$protocol_id

Returns

array
public array
# findByTypeId( integer $type_id = )

Return Protocol objects filtered by the type_id column

Return Protocol objects filtered by the type_id column

Parameters

$type_id
integer
$type_id

Returns

array
public array
# findByPubId( integer $pub_id = )

Return Protocol objects filtered by the pub_id column

Return Protocol objects filtered by the pub_id column

Parameters

$pub_id
integer
$pub_id

Returns

array
public array
# findByDbxrefId( integer $dbxref_id = )

Return Protocol objects filtered by the dbxref_id column

Return Protocol objects filtered by the dbxref_id column

Parameters

$dbxref_id
integer
$dbxref_id

Returns

array
public array
# findByName( string $name = )

Return Protocol objects filtered by the name column

Return Protocol objects filtered by the name column

Parameters

$name
string
$name

Returns

array
public array
# findByUri( string $uri = )

Return Protocol objects filtered by the uri column

Return Protocol objects filtered by the uri column

Parameters

$uri
string
$uri

Returns

array
public array
# findByProtocoldescription( string $protocoldescription = )

Return Protocol objects filtered by the protocoldescription column

Return Protocol objects filtered by the protocoldescription column

Parameters

$protocoldescription
string
$protocoldescription

Returns

array
public array
# findByHardwaredescription( string $hardwaredescription = )

Return Protocol objects filtered by the hardwaredescription column

Return Protocol objects filtered by the hardwaredescription column

Parameters

$hardwaredescription
string
$hardwaredescription

Returns

array
public array
# findBySoftwaredescription( string $softwaredescription = )

Return Protocol objects filtered by the softwaredescription column

Return Protocol objects filtered by the softwaredescription column

Parameters

$softwaredescription
string
$softwaredescription

Returns

array
tbro API documentation generated by ApiGen 2.8.0