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 BasePubQuery

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

ModelCriteria
Extended by cli_db\propel\om\BasePubQuery

Direct known subclasses

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

Initializes internal state of BasePubQuery object.

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

Returns a new PubQuery object.

Returns a new PubQuery object.

Parameters

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

Returns

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

Throws

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

Throws

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

Filter the query on the title column

Filter the query on the title column

Example usage:

$query->filterByTitle('fooValue');   // WHERE title = 'fooValue'
$query->filterByTitle('%fooValue%'); // WHERE title LIKE '%fooValue%'

Parameters

$title
string
$title 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\PubQuery
The current query, for fluid interface
public cli_db\propel\PubQuery
# filterByVolumetitle( string $volumetitle = null, string $comparison = null )

Filter the query on the volumetitle column

Filter the query on the volumetitle column

Example usage:

$query->filterByVolumetitle('fooValue');   // WHERE volumetitle = 'fooValue'
$query->filterByVolumetitle('%fooValue%'); // WHERE volumetitle LIKE '%fooValue%'

Parameters

$volumetitle
string
$volumetitle 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\PubQuery
The current query, for fluid interface
public cli_db\propel\PubQuery
# filterByVolume( string $volume = null, string $comparison = null )

Filter the query on the volume column

Filter the query on the volume column

Example usage:

$query->filterByVolume('fooValue');   // WHERE volume = 'fooValue'
$query->filterByVolume('%fooValue%'); // WHERE volume LIKE '%fooValue%'

Parameters

$volume
string
$volume 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\PubQuery
The current query, for fluid interface
public cli_db\propel\PubQuery
# filterBySeriesName( string $seriesName = null, string $comparison = null )

Filter the query on the series_name column

Filter the query on the series_name column

Example usage:

$query->filterBySeriesName('fooValue');   // WHERE series_name = 'fooValue'
$query->filterBySeriesName('%fooValue%'); // WHERE series_name LIKE '%fooValue%'

Parameters

$seriesName
string
$seriesName 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\PubQuery
The current query, for fluid interface
public cli_db\propel\PubQuery
# filterByIssue( string $issue = null, string $comparison = null )

Filter the query on the issue column

Filter the query on the issue column

Example usage:

$query->filterByIssue('fooValue');   // WHERE issue = 'fooValue'
$query->filterByIssue('%fooValue%'); // WHERE issue LIKE '%fooValue%'

Parameters

$issue
string
$issue 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\PubQuery
The current query, for fluid interface
public cli_db\propel\PubQuery
# filterByPyear( string $pyear = null, string $comparison = null )

Filter the query on the pyear column

Filter the query on the pyear column

Example usage:

$query->filterByPyear('fooValue');   // WHERE pyear = 'fooValue'
$query->filterByPyear('%fooValue%'); // WHERE pyear LIKE '%fooValue%'

Parameters

$pyear
string
$pyear 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\PubQuery
The current query, for fluid interface
public cli_db\propel\PubQuery
# filterByPages( string $pages = null, string $comparison = null )

Filter the query on the pages column

Filter the query on the pages column

Example usage:

$query->filterByPages('fooValue');   // WHERE pages = 'fooValue'
$query->filterByPages('%fooValue%'); // WHERE pages LIKE '%fooValue%'

Parameters

$pages
string
$pages 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\PubQuery
The current query, for fluid interface
public cli_db\propel\PubQuery
# filterByMiniref( string $miniref = null, string $comparison = null )

Filter the query on the miniref column

Filter the query on the miniref column

Example usage:

$query->filterByMiniref('fooValue');   // WHERE miniref = 'fooValue'
$query->filterByMiniref('%fooValue%'); // WHERE miniref LIKE '%fooValue%'

Parameters

$miniref
string
$miniref 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\PubQuery
The current query, for fluid interface
public cli_db\propel\PubQuery
# filterByUniquename( string $uniquename = null, string $comparison = null )

Filter the query on the uniquename column

Filter the query on the uniquename column

Example usage:

$query->filterByUniquename('fooValue');   // WHERE uniquename = 'fooValue'
$query->filterByUniquename('%fooValue%'); // WHERE uniquename LIKE '%fooValue%'

Parameters

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

See

cli_db\propel\om\BasePubQuery::filterByCvterm()
public cli_db\propel\PubQuery
# filterByIsObsolete( boolean|string $isObsolete = null, string $comparison = null )

Filter the query on the is_obsolete column

Filter the query on the is_obsolete column

Example usage:

$query->filterByIsObsolete(true); // WHERE is_obsolete = true
$query->filterByIsObsolete('yes'); // WHERE is_obsolete = true

Parameters

$isObsolete
boolean|string
$isObsolete The value to use as filter. Non-boolean arguments are converted using the following rules: * 1, '1', 'true', 'on', and 'yes' are converted to boolean true * 0, '0', 'false', 'off', and 'no' are converted to boolean false Check on string values is case insensitive (so 'FaLsE' is seen as 'false').
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

cli_db\propel\PubQuery
The current query, for fluid interface
public cli_db\propel\PubQuery
# filterByPublisher( string $publisher = null, string $comparison = null )

Filter the query on the publisher column

Filter the query on the publisher column

Example usage:

$query->filterByPublisher('fooValue');   // WHERE publisher = 'fooValue'
$query->filterByPublisher('%fooValue%'); // WHERE publisher LIKE '%fooValue%'

Parameters

$publisher
string
$publisher 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\PubQuery
The current query, for fluid interface
public cli_db\propel\PubQuery
# filterByPubplace( string $pubplace = null, string $comparison = null )

Filter the query on the pubplace column

Filter the query on the pubplace column

Example usage:

$query->filterByPubplace('fooValue');   // WHERE pubplace = 'fooValue'
$query->filterByPubplace('%fooValue%'); // WHERE pubplace LIKE '%fooValue%'

Parameters

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

Throws

PropelException
- if the provided filter is invalid.
public cli_db\propel\PubQuery
# 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\PubQuery
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\PubQuery
# filterByFeatureCvterm( cli_db\propel\FeatureCvterm|PropelObjectCollection $featureCvterm, string $comparison = null )

Filter the query by a related FeatureCvterm object

Filter the query by a related FeatureCvterm object

Parameters

$featureCvterm
cli_db\propel\FeatureCvterm|PropelObjectCollection
$featureCvterm the related object to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

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

Throws

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

Adds a JOIN clause to the query using the FeatureCvterm relation

Adds a JOIN clause to the query using the FeatureCvterm relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\PubQuery
The current query, for fluid interface
public cli_db\propel\FeatureCvtermQuery
# useFeatureCvtermQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the FeatureCvterm relation FeatureCvterm object

Use the FeatureCvterm relation FeatureCvterm object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\FeatureCvtermQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\PubQuery
# filterByFeatureCvtermPub( cli_db\propel\FeatureCvtermPub|PropelObjectCollection $featureCvtermPub, string $comparison = null )

Filter the query by a related FeatureCvtermPub object

Filter the query by a related FeatureCvtermPub object

Parameters

$featureCvtermPub
cli_db\propel\FeatureCvtermPub|PropelObjectCollection
$featureCvtermPub 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\PubQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the FeatureCvtermPub relation

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

Use the FeatureCvtermPub relation FeatureCvtermPub object

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

See

useQuery()
public cli_db\propel\PubQuery
# filterByFeaturePub( cli_db\propel\FeaturePub|PropelObjectCollection $featurePub, string $comparison = null )

Filter the query by a related FeaturePub object

Filter the query by a related FeaturePub object

Parameters

$featurePub
cli_db\propel\FeaturePub|PropelObjectCollection
$featurePub 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\PubQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the FeaturePub relation

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

Use the FeaturePub relation FeaturePub object

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

See

useQuery()
public cli_db\propel\PubQuery
# filterByFeatureSynonym( cli_db\propel\FeatureSynonym|PropelObjectCollection $featureSynonym, string $comparison = null )

Filter the query by a related FeatureSynonym object

Filter the query by a related FeatureSynonym object

Parameters

$featureSynonym
cli_db\propel\FeatureSynonym|PropelObjectCollection
$featureSynonym 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\PubQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the FeatureSynonym relation

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

Use the FeatureSynonym relation FeatureSynonym object

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

See

useQuery()
public cli_db\propel\PubQuery
# filterByPubDbxref( cli_db\propel\PubDbxref|PropelObjectCollection $pubDbxref, string $comparison = null )

Filter the query by a related PubDbxref object

Filter the query by a related PubDbxref object

Parameters

$pubDbxref
cli_db\propel\PubDbxref|PropelObjectCollection
$pubDbxref 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\PubQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the PubDbxref relation

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

Use the PubDbxref relation PubDbxref object

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

See

useQuery()
public cli_db\propel\PubQuery
# filterByPubRelationshipRelatedByObjectId( cli_db\propel\PubRelationship|PropelObjectCollection $pubRelationship, string $comparison = null )

Filter the query by a related PubRelationship object

Filter the query by a related PubRelationship object

Parameters

$pubRelationship
cli_db\propel\PubRelationship|PropelObjectCollection
$pubRelationship the related object to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

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

Throws

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

Adds a JOIN clause to the query using the PubRelationshipRelatedByObjectId relation

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

Use the PubRelationshipRelatedByObjectId relation PubRelationship object

Use the PubRelationshipRelatedByObjectId relation PubRelationship object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\PubRelationshipQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\PubQuery
# filterByPubRelationshipRelatedBySubjectId( cli_db\propel\PubRelationship|PropelObjectCollection $pubRelationship, string $comparison = null )

Filter the query by a related PubRelationship object

Filter the query by a related PubRelationship object

Parameters

$pubRelationship
cli_db\propel\PubRelationship|PropelObjectCollection
$pubRelationship the related object to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

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

Throws

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

Adds a JOIN clause to the query using the PubRelationshipRelatedBySubjectId relation

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

Use the PubRelationshipRelatedBySubjectId relation PubRelationship object

Use the PubRelationshipRelatedBySubjectId relation PubRelationship object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\PubRelationshipQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\PubQuery
# filterByPubauthor( cli_db\propel\Pubauthor|PropelObjectCollection $pubauthor, string $comparison = null )

Filter the query by a related Pubauthor object

Filter the query by a related Pubauthor object

Parameters

$pubauthor
cli_db\propel\Pubauthor|PropelObjectCollection
$pubauthor 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\PubQuery
The current query, for fluid interface

Throws

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

Adds a JOIN clause to the query using the Pubauthor relation

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

Use the Pubauthor relation Pubauthor object

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

See

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

Filter the query by a related Pubprop object

Filter the query by a related Pubprop object

Parameters

$pubprop
cli_db\propel\Pubprop|PropelObjectCollection
$pubprop the related object to use as filter
$comparison
string
$comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Returns

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

Throws

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

Adds a JOIN clause to the query using the Pubprop relation

Adds a JOIN clause to the query using the Pubprop relation

Parameters

$relationAlias
string
$relationAlias optional alias for the relation
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\PubQuery
The current query, for fluid interface
public cli_db\propel\PubpropQuery
# usePubpropQuery( string $relationAlias = null, string $joinType = cli_db\propel\om\Criteria::INNER_JOIN )

Use the Pubprop relation Pubprop object

Use the Pubprop relation Pubprop object

Parameters

$relationAlias
string
$relationAlias optional alias for the relation, to be used as main alias in the secondary query
$joinType
string
$joinType Accepted values are null, 'left join', 'right join', 'inner join'

Returns

cli_db\propel\PubpropQuery
A secondary query class using the current class as primary query

See

useQuery()
public cli_db\propel\PubQuery
# prune( cli_db\propel\Pub $pub = null )

Exclude object from result

Exclude object from result

Parameters

$pub
cli_db\propel\Pub
$pub Object to remove from the list of results

Returns

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

Order by the title column

Order by the title column

Parameters

$order
mixed
$order

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# orderByVolumetitle( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the volumetitle column

Order by the volumetitle column

Parameters

$order
mixed
$order

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# orderByVolume( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the volume column

Order by the volume column

Parameters

$order
mixed
$order

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# orderBySeriesName( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the series_name column

Order by the series_name column

Parameters

$order
mixed
$order

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# orderByIssue( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the issue column

Order by the issue column

Parameters

$order
mixed
$order

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# orderByPyear( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the pyear column

Order by the pyear column

Parameters

$order
mixed
$order

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# orderByPages( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the pages column

Order by the pages column

Parameters

$order
mixed
$order

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# orderByMiniref( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the miniref column

Order by the miniref column

Parameters

$order
mixed
$order

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# orderByUniquename( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the uniquename column

Order by the uniquename column

Parameters

$order
mixed
$order

Returns

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

Order by the is_obsolete column

Order by the is_obsolete column

Parameters

$order
mixed
$order

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# orderByPublisher( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the publisher column

Order by the publisher column

Parameters

$order
mixed
$order

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# orderByPubplace( mixed $order = cli_db\propel\om\Criteria::ASC )

Order by the pubplace column

Order by the pubplace column

Parameters

$order
mixed
$order

Returns

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

Group by the pub_id column

Group by the pub_id column

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# groupByTitle( )

Group by the title column

Group by the title column

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# groupByVolumetitle( )

Group by the volumetitle column

Group by the volumetitle column

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# groupByVolume( )

Group by the volume column

Group by the volume column

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# groupBySeriesName( )

Group by the series_name column

Group by the series_name column

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# groupByIssue( )

Group by the issue column

Group by the issue column

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# groupByPyear( )

Group by the pyear column

Group by the pyear column

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# groupByPages( )

Group by the pages column

Group by the pages column

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# groupByMiniref( )

Group by the miniref column

Group by the miniref column

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# groupByUniquename( )

Group by the uniquename column

Group by the uniquename column

Returns

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

Group by the type_id column

Group by the type_id column

Returns

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

Group by the is_obsolete column

Group by the is_obsolete column

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# groupByPublisher( )

Group by the publisher column

Group by the publisher column

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# groupByPubplace( )

Group by the pubplace column

Group by the pubplace column

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# rightJoinFeatureCvterm( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# innerJoinFeatureCvterm( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# leftJoinFeatureCvtermPub( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# rightJoinFeatureCvtermPub( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# innerJoinFeatureCvtermPub( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# leftJoinFeaturePub( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# rightJoinFeaturePub( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# innerJoinFeaturePub( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# leftJoinFeatureSynonym( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# rightJoinFeatureSynonym( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# innerJoinFeatureSynonym( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# leftJoinPubDbxref( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# rightJoinPubDbxref( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# innerJoinPubDbxref( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# leftJoinPubRelationshipRelatedByObjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# rightJoinPubRelationshipRelatedByObjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# innerJoinPubRelationshipRelatedByObjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# leftJoinPubRelationshipRelatedBySubjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# rightJoinPubRelationshipRelatedBySubjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# innerJoinPubRelationshipRelatedBySubjectId( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# leftJoinPubauthor( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# rightJoinPubauthor( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\PubQuery
# innerJoinPubauthor( mixed $relationAlias = null )

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

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

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

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

Parameters

$relationAlias
mixed
$relationAlias

Returns

cli_db\propel\PubQuery
public cli_db\propel\Pub
# findOne( PropelPDO $con = null )

Return the first Pub matching the query

Return the first Pub matching the query

Parameters

$con
PropelPDO
$con

Returns

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

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

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

Parameters

$con
PropelPDO
$con

Returns

cli_db\propel\Pub
public cli_db\propel\Pub
# findOneByTitle( string $title = )

Return the first Pub filtered by the title column

Return the first Pub filtered by the title column

Parameters

$title
string
$title

Returns

cli_db\propel\Pub
public cli_db\propel\Pub
# findOneByVolumetitle( string $volumetitle = )

Return the first Pub filtered by the volumetitle column

Return the first Pub filtered by the volumetitle column

Parameters

$volumetitle
string
$volumetitle

Returns

cli_db\propel\Pub
public cli_db\propel\Pub
# findOneByVolume( string $volume = )

Return the first Pub filtered by the volume column

Return the first Pub filtered by the volume column

Parameters

$volume
string
$volume

Returns

cli_db\propel\Pub
public cli_db\propel\Pub
# findOneBySeriesName( string $series_name = )

Return the first Pub filtered by the series_name column

Return the first Pub filtered by the series_name column

Parameters

$series_name
string
$series_name

Returns

cli_db\propel\Pub
public cli_db\propel\Pub
# findOneByIssue( string $issue = )

Return the first Pub filtered by the issue column

Return the first Pub filtered by the issue column

Parameters

$issue
string
$issue

Returns

cli_db\propel\Pub
public cli_db\propel\Pub
# findOneByPyear( string $pyear = )

Return the first Pub filtered by the pyear column

Return the first Pub filtered by the pyear column

Parameters

$pyear
string
$pyear

Returns

cli_db\propel\Pub
public cli_db\propel\Pub
# findOneByPages( string $pages = )

Return the first Pub filtered by the pages column

Return the first Pub filtered by the pages column

Parameters

$pages
string
$pages

Returns

cli_db\propel\Pub
public cli_db\propel\Pub
# findOneByMiniref( string $miniref = )

Return the first Pub filtered by the miniref column

Return the first Pub filtered by the miniref column

Parameters

$miniref
string
$miniref

Returns

cli_db\propel\Pub
public cli_db\propel\Pub
# findOneByUniquename( string $uniquename = )

Return the first Pub filtered by the uniquename column

Return the first Pub filtered by the uniquename column

Parameters

$uniquename
string
$uniquename

Returns

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

Return the first Pub filtered by the type_id column

Return the first Pub filtered by the type_id column

Parameters

$type_id
integer
$type_id

Returns

cli_db\propel\Pub
public cli_db\propel\Pub
# findOneByIsObsolete( boolean $is_obsolete = )

Return the first Pub filtered by the is_obsolete column

Return the first Pub filtered by the is_obsolete column

Parameters

$is_obsolete
boolean
$is_obsolete

Returns

cli_db\propel\Pub
public cli_db\propel\Pub
# findOneByPublisher( string $publisher = )

Return the first Pub filtered by the publisher column

Return the first Pub filtered by the publisher column

Parameters

$publisher
string
$publisher

Returns

cli_db\propel\Pub
public cli_db\propel\Pub
# findOneByPubplace( string $pubplace = )

Return the first Pub filtered by the pubplace column

Return the first Pub filtered by the pubplace column

Parameters

$pubplace
string
$pubplace

Returns

cli_db\propel\Pub
public array
# findByPubId( integer $pub_id = )

Return Pub objects filtered by the pub_id column

Return Pub objects filtered by the pub_id column

Parameters

$pub_id
integer
$pub_id

Returns

array
public array
# findByTitle( string $title = )

Return Pub objects filtered by the title column

Return Pub objects filtered by the title column

Parameters

$title
string
$title

Returns

array
public array
# findByVolumetitle( string $volumetitle = )

Return Pub objects filtered by the volumetitle column

Return Pub objects filtered by the volumetitle column

Parameters

$volumetitle
string
$volumetitle

Returns

array
public array
# findByVolume( string $volume = )

Return Pub objects filtered by the volume column

Return Pub objects filtered by the volume column

Parameters

$volume
string
$volume

Returns

array
public array
# findBySeriesName( string $series_name = )

Return Pub objects filtered by the series_name column

Return Pub objects filtered by the series_name column

Parameters

$series_name
string
$series_name

Returns

array
public array
# findByIssue( string $issue = )

Return Pub objects filtered by the issue column

Return Pub objects filtered by the issue column

Parameters

$issue
string
$issue

Returns

array
public array
# findByPyear( string $pyear = )

Return Pub objects filtered by the pyear column

Return Pub objects filtered by the pyear column

Parameters

$pyear
string
$pyear

Returns

array
public array
# findByPages( string $pages = )

Return Pub objects filtered by the pages column

Return Pub objects filtered by the pages column

Parameters

$pages
string
$pages

Returns

array
public array
# findByMiniref( string $miniref = )

Return Pub objects filtered by the miniref column

Return Pub objects filtered by the miniref column

Parameters

$miniref
string
$miniref

Returns

array
public array
# findByUniquename( string $uniquename = )

Return Pub objects filtered by the uniquename column

Return Pub objects filtered by the uniquename column

Parameters

$uniquename
string
$uniquename

Returns

array
public array
# findByTypeId( integer $type_id = )

Return Pub objects filtered by the type_id column

Return Pub objects filtered by the type_id column

Parameters

$type_id
integer
$type_id

Returns

array
public array
# findByIsObsolete( boolean $is_obsolete = )

Return Pub objects filtered by the is_obsolete column

Return Pub objects filtered by the is_obsolete column

Parameters

$is_obsolete
boolean
$is_obsolete

Returns

array
public array
# findByPublisher( string $publisher = )

Return Pub objects filtered by the publisher column

Return Pub objects filtered by the publisher column

Parameters

$publisher
string
$publisher

Returns

array
public array
# findByPubplace( string $pubplace = )

Return Pub objects filtered by the pubplace column

Return Pub objects filtered by the pubplace column

Parameters

$pubplace
string
$pubplace

Returns

array
tbro API documentation generated by ApiGen 2.8.0