class CountryQuery extends CountryQuery

Skeleton subclass for performing query and update operations on the 'country' table.

You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.

Methods

__construct( string $dbName = 'thelia', string $modelName = '\\Thelia\\Model\\Country', string $modelAlias = null)

Initializes internal state of \Thelia\Model\Base\CountryQuery object.

static  CountryQuery
create( string $modelAlias = null, Criteria $criteria = null)

Returns a new ChildCountryQuery object.

Country|array|mixed
findPk( mixed $key, ConnectionInterface $con = null)

Find object by primary key.

ObjectCollection|array|mixed
findPks( array $keys, ConnectionInterface $con = null)

Find objects by primary key $objs = $c->findPks(array(12, 56, 832), $con);

filterByPrimaryKey( mixed $key)

Filter the query by primary key

filterByPrimaryKeys( array $keys)

Filter the query by a list of primary keys

filterById( mixed $id = null, string $comparison = null)

Filter the query on the id column

filterByVisible( mixed $visible = null, string $comparison = null)

Filter the query on the visible column

filterByIsocode( string $isocode = null, string $comparison = null)

Filter the query on the isocode column

filterByIsoalpha2( string $isoalpha2 = null, string $comparison = null)

Filter the query on the isoalpha2 column

filterByIsoalpha3( string $isoalpha3 = null, string $comparison = null)

Filter the query on the isoalpha3 column

filterByHasStates( mixed $hasStates = null, string $comparison = null)

Filter the query on the has_states column

filterByNeedZipCode( mixed $needZipCode = null, string $comparison = null)

Filter the query on the needzipcode column

filterByZipCodeFormat( string $zipCodeFormat = null, string $comparison = null)

Filter the query on the zipcodeformat column

filterByByDefault( mixed $byDefault = null, string $comparison = null)

Filter the query on the by_default column

filterByShopCountry( boolean|string $shopCountry = null, string $comparison = null)

Filter the query on the shop_country column

filterByCreatedAt( mixed $createdAt = null, string $comparison = null)

Filter the query on the created_at column

filterByUpdatedAt( mixed $updatedAt = null, string $comparison = null)

Filter the query on the updated_at column

filterByTaxRuleCountry( TaxRuleCountry|ObjectCollection $taxRuleCountry, string $comparison = null)

Filter the query by a related \Thelia\Model\TaxRuleCountry object

joinTaxRuleCountry( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the TaxRuleCountry relation

useTaxRuleCountryQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the TaxRuleCountry relation TaxRuleCountry object

filterByAddress( Address|ObjectCollection $address, string $comparison = null)

Filter the query by a related \Thelia\Model\Address object

joinAddress( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the Address relation

useAddressQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the Address relation Address object

filterByOrderAddress( OrderAddress|ObjectCollection $orderAddress, string $comparison = null)

Filter the query by a related \Thelia\Model\OrderAddress object

joinOrderAddress( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the OrderAddress relation

useOrderAddressQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the OrderAddress relation OrderAddress object

filterByCouponCountry( CouponCountry|ObjectCollection $couponCountry, string $comparison = null)

Filter the query by a related \Thelia\Model\CouponCountry object

joinCouponCountry( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the CouponCountry relation

useCouponCountryQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the CouponCountry relation CouponCountry object

filterByOrderCouponCountry( OrderCouponCountry|ObjectCollection $orderCouponCountry, string $comparison = null)

Filter the query by a related \Thelia\Model\OrderCouponCountry object

joinOrderCouponCountry( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the OrderCouponCountry relation

useOrderCouponCountryQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the OrderCouponCountry relation OrderCouponCountry object

filterByCountryArea( CountryArea|ObjectCollection $countryArea, string $comparison = null)

Filter the query by a related \Thelia\Model\CountryArea object

joinCountryArea( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the CountryArea relation

useCountryAreaQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the CountryArea relation CountryArea object

filterByState( State|ObjectCollection $state, string $comparison = null)

Filter the query by a related \Thelia\Model\State object

joinState( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the State relation

useStateQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the State relation State object

filterByCountryI18n( CountryI18n|ObjectCollection $countryI18n, string $comparison = null)

Filter the query by a related \Thelia\Model\CountryI18n object

joinCountryI18n( string $relationAlias = null, string $joinType = 'LEFT JOIN')

Adds a JOIN clause to the query using the CountryI18n relation

useCountryI18nQuery( string $relationAlias = null, string $joinType = 'LEFT JOIN')

Use the CountryI18n relation CountryI18n object

filterByCoupon( Coupon $coupon, string $comparison = Criteria::EQUAL)

Filter the query by a related Coupon object using the coupon_country table as cross reference

filterByOrderCoupon( OrderCoupon $orderCoupon, string $comparison = Criteria::EQUAL)

Filter the query by a related OrderCoupon object using the ordercouponcountry table as cross reference

filterByArea( Area $area, string $comparison = Criteria::EQUAL)

Filter the query by a related Area object using the country_area table as cross reference

prune( Country $country = null)

Exclude object from result

int
doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the country table.

int
delete( ConnectionInterface $con = null)

Performs a DELETE on the database, given a ChildCountry or Criteria object OR a primary key value.

recentlyUpdated( int $nbDays = 7)

Filter by the latest updated

recentlyCreated( int $nbDays = 7)

Filter by the latest created

lastUpdatedFirst()

Order by update date desc

firstUpdatedFirst()

Order by update date asc

lastCreatedFirst()

Order by create date desc

firstCreatedFirst()

Order by create date asc

joinI18n( string $locale = 'en_US', string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query using the i18n relation

joinWithI18n( string $locale = 'en_US', string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query and hydrates the related I18n object.

useI18nQuery( string $locale = 'en_US', string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Use the I18n relation query object

ChildCountryQuery
orderById($order = Criteria::ASC)

Order by the id column

ChildCountryQuery
orderByVisible($order = Criteria::ASC)

Order by the visible column

ChildCountryQuery
orderByIsocode($order = Criteria::ASC)

Order by the isocode column

ChildCountryQuery
orderByIsoalpha2($order = Criteria::ASC)

Order by the isoalpha2 column

ChildCountryQuery
orderByIsoalpha3($order = Criteria::ASC)

Order by the isoalpha3 column

ChildCountryQuery
orderByHasStates($order = Criteria::ASC)

Order by the has_states column

ChildCountryQuery
orderByNeedZipCode($order = Criteria::ASC)

Order by the needzipcode column

ChildCountryQuery
orderByZipCodeFormat($order = Criteria::ASC)

Order by the zipcodeformat column

ChildCountryQuery
orderByByDefault($order = Criteria::ASC)

Order by the by_default column

ChildCountryQuery
orderByShopCountry($order = Criteria::ASC)

Order by the shop_country column

ChildCountryQuery
orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

ChildCountryQuery
orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

ChildCountryQuery
groupById()

Group by the id column

ChildCountryQuery
groupByVisible()

Group by the visible column

ChildCountryQuery
groupByIsocode()

Group by the isocode column

ChildCountryQuery
groupByIsoalpha2()

Group by the isoalpha2 column

ChildCountryQuery
groupByIsoalpha3()

Group by the isoalpha3 column

ChildCountryQuery
groupByHasStates()

Group by the has_states column

ChildCountryQuery
groupByNeedZipCode()

Group by the needzipcode column

ChildCountryQuery
groupByZipCodeFormat()

Group by the zipcodeformat column

ChildCountryQuery
groupByByDefault()

Group by the by_default column

ChildCountryQuery
groupByShopCountry()

Group by the shop_country column

ChildCountryQuery
groupByCreatedAt()

Group by the created_at column

ChildCountryQuery
groupByUpdatedAt()

Group by the updated_at column

ChildCountryQuery
leftJoin($relation)

Adds a LEFT JOIN clause to the query

ChildCountryQuery
rightJoin($relation)

Adds a RIGHT JOIN clause to the query

ChildCountryQuery
innerJoin($relation)

Adds a INNER JOIN clause to the query

ChildCountryQuery
leftJoinTaxRuleCountry($relationAlias = null)

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

ChildCountryQuery
rightJoinTaxRuleCountry($relationAlias = null)

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

ChildCountryQuery
innerJoinTaxRuleCountry($relationAlias = null)

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

ChildCountryQuery
leftJoinAddress($relationAlias = null)

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

ChildCountryQuery
rightJoinAddress($relationAlias = null)

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

ChildCountryQuery
innerJoinAddress($relationAlias = null)

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

ChildCountryQuery
leftJoinOrderAddress($relationAlias = null)

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

ChildCountryQuery
rightJoinOrderAddress($relationAlias = null)

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

ChildCountryQuery
innerJoinOrderAddress($relationAlias = null)

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

ChildCountryQuery
leftJoinCouponCountry($relationAlias = null)

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

ChildCountryQuery
rightJoinCouponCountry($relationAlias = null)

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

ChildCountryQuery
innerJoinCouponCountry($relationAlias = null)

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

ChildCountryQuery
leftJoinOrderCouponCountry($relationAlias = null)

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

ChildCountryQuery
rightJoinOrderCouponCountry($relationAlias = null)

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

ChildCountryQuery
innerJoinOrderCouponCountry($relationAlias = null)

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

ChildCountryQuery
leftJoinCountryArea($relationAlias = null)

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

ChildCountryQuery
rightJoinCountryArea($relationAlias = null)

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

ChildCountryQuery
innerJoinCountryArea($relationAlias = null)

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

ChildCountryQuery
leftJoinState($relationAlias = null)

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

ChildCountryQuery
rightJoinState($relationAlias = null)

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

ChildCountryQuery
innerJoinState($relationAlias = null)

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

ChildCountryQuery
leftJoinCountryI18n($relationAlias = null)

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

ChildCountryQuery
rightJoinCountryI18n($relationAlias = null)

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

ChildCountryQuery
innerJoinCountryI18n($relationAlias = null)

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

ChildCountry
findOne( ConnectionInterface $con = null)

Return the first ChildCountry matching the query

ChildCountry
findOneOrCreate( ConnectionInterface $con = null)

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

ChildCountry
findOneById( int $id)

Return the first ChildCountry filtered by the id column

ChildCountry
findOneByVisible( int $visible)

Return the first ChildCountry filtered by the visible column

ChildCountry
findOneByIsocode( string $isocode)

Return the first ChildCountry filtered by the isocode column

ChildCountry
findOneByIsoalpha2( string $isoalpha2)

Return the first ChildCountry filtered by the isoalpha2 column

ChildCountry
findOneByIsoalpha3( string $isoalpha3)

Return the first ChildCountry filtered by the isoalpha3 column

ChildCountry
findOneByHasStates( int $has_states)

Return the first ChildCountry filtered by the has_states column

ChildCountry
findOneByNeedZipCode( int $need_zip_code)

Return the first ChildCountry filtered by the needzipcode column

ChildCountry
findOneByZipCodeFormat( string $zip_code_format)

Return the first ChildCountry filtered by the zipcodeformat column

ChildCountry
findOneByByDefault( int $by_default)

Return the first ChildCountry filtered by the by_default column

ChildCountry
findOneByShopCountry( boolean $shop_country)

Return the first ChildCountry filtered by the shop_country column

ChildCountry
findOneByCreatedAt( string $created_at)

Return the first ChildCountry filtered by the created_at column

ChildCountry
findOneByUpdatedAt( string $updated_at)

Return the first ChildCountry filtered by the updated_at column

array
findById( int $id)

Return ChildCountry objects filtered by the id column

array
findByVisible( int $visible)

Return ChildCountry objects filtered by the visible column

array
findByIsocode( string $isocode)

Return ChildCountry objects filtered by the isocode column

array
findByIsoalpha2( string $isoalpha2)

Return ChildCountry objects filtered by the isoalpha2 column

array
findByIsoalpha3( string $isoalpha3)

Return ChildCountry objects filtered by the isoalpha3 column

array
findByHasStates( int $has_states)

Return ChildCountry objects filtered by the has_states column

array
findByNeedZipCode( int $need_zip_code)

Return ChildCountry objects filtered by the needzipcode column

array
findByZipCodeFormat( string $zip_code_format)

Return ChildCountry objects filtered by the zipcodeformat column

array
findByByDefault( int $by_default)

Return ChildCountry objects filtered by the by_default column

array
findByShopCountry( boolean $shop_country)

Return ChildCountry objects filtered by the shop_country column

array
findByCreatedAt( string $created_at)

Return ChildCountry objects filtered by the created_at column

array
findByUpdatedAt( string $updated_at)

Return ChildCountry objects filtered by the updated_at column

Details

in CountryQuery at line 127
__construct( string $dbName = 'thelia', string $modelName = '\\Thelia\\Model\\Country', string $modelAlias = null)

Initializes internal state of \Thelia\Model\Base\CountryQuery object.

Parameters

string $dbName The database name
string $modelName The phpName of a model, e.g. 'Book'
string $modelAlias The alias for the model in this query, e.g. 'b'

in CountryQuery at line 140
static CountryQuery create( string $modelAlias = null, Criteria $criteria = null)

Returns a new ChildCountryQuery object.

Parameters

string $modelAlias The alias of a model in the query
Criteria $criteria Optional Criteria to build the query from

Return Value

CountryQuery

in CountryQuery at line 170
Country|array|mixed findPk( mixed $key, ConnectionInterface $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.

$obj = $c->findPk(12, $con);

Parameters

mixed $key Primary key to use for the query
ConnectionInterface $con an optional connection object

Return Value

Country|array|mixed the result, formatted by the current formatter

in CountryQuery at line 252
ObjectCollection|array|mixed findPks( array $keys, ConnectionInterface $con = null)

Find objects by primary key $objs = $c->findPks(array(12, 56, 832), $con);

Parameters

array $keys Primary keys to use for the query
ConnectionInterface $con an optional connection object

Return Value

ObjectCollection|array|mixed the list of results, formatted by the current formatter

in CountryQuery at line 273
CountryQuery filterByPrimaryKey( mixed $key)

Filter the query by primary key

Parameters

mixed $key Primary key to use for the query

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 286
CountryQuery filterByPrimaryKeys( array $keys)

Filter the query by a list of primary keys

Parameters

array $keys The list of primary key to use for the query

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 310
CountryQuery filterById( mixed $id = null, string $comparison = null)

Filter the query on the id column

Example usage: $query->filterById(1234); // WHERE id = 1234 $query->filterById(array(12, 34)); // WHERE id IN (12, 34) $query->filterById(array('min' => 12)); // WHERE id > 12

Parameters

mixed $id 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.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 351
CountryQuery filterByVisible( mixed $visible = null, string $comparison = null)

Filter the query on the visible column

Example usage: $query->filterByVisible(1234); // WHERE visible = 1234 $query->filterByVisible(array(12, 34)); // WHERE visible IN (12, 34) $query->filterByVisible(array('min' => 12)); // WHERE visible > 12

Parameters

mixed $visible 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.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 389
CountryQuery filterByIsocode( string $isocode = null, string $comparison = null)

Filter the query on the isocode column

Example usage: $query->filterByIsocode('fooValue'); // WHERE isocode = 'fooValue' $query->filterByIsocode('%fooValue%'); // WHERE isocode LIKE '%fooValue%'

Parameters

string $isocode The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 418
CountryQuery filterByIsoalpha2( string $isoalpha2 = null, string $comparison = null)

Filter the query on the isoalpha2 column

Example usage: $query->filterByIsoalpha2('fooValue'); // WHERE isoalpha2 = 'fooValue' $query->filterByIsoalpha2('%fooValue%'); // WHERE isoalpha2 LIKE '%fooValue%'

Parameters

string $isoalpha2 The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 447
CountryQuery filterByIsoalpha3( string $isoalpha3 = null, string $comparison = null)

Filter the query on the isoalpha3 column

Example usage: $query->filterByIsoalpha3('fooValue'); // WHERE isoalpha3 = 'fooValue' $query->filterByIsoalpha3('%fooValue%'); // WHERE isoalpha3 LIKE '%fooValue%'

Parameters

string $isoalpha3 The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 479
CountryQuery filterByHasStates( mixed $hasStates = null, string $comparison = null)

Filter the query on the has_states column

Example usage: $query->filterByHasStates(1234); // WHERE hasstates = 1234 $query->filterByHasStates(array(12, 34)); // WHERE hasstates IN (12, 34) $query->filterByHasStates(array('min' => 12)); // WHERE has_states > 12

Parameters

mixed $hasStates 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.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 520
CountryQuery filterByNeedZipCode( mixed $needZipCode = null, string $comparison = null)

Filter the query on the needzipcode column

Example usage: $query->filterByNeedZipCode(1234); // WHERE needzipcode = 1234 $query->filterByNeedZipCode(array(12, 34)); // WHERE needzipcode IN (12, 34) $query->filterByNeedZipCode(array('min' => 12)); // WHERE needzipcode > 12

Parameters

mixed $needZipCode 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.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 558
CountryQuery filterByZipCodeFormat( string $zipCodeFormat = null, string $comparison = null)

Filter the query on the zipcodeformat column

Example usage: $query->filterByZipCodeFormat('fooValue'); // WHERE zipcodeformat = 'fooValue' $query->filterByZipCodeFormat('%fooValue%'); // WHERE zipcodeformat LIKE '%fooValue%'

Parameters

string $zipCodeFormat The value to use as filter. Accepts wildcards (* and % trigger a LIKE)
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 590
CountryQuery filterByByDefault( mixed $byDefault = null, string $comparison = null)

Filter the query on the by_default column

Example usage: $query->filterByByDefault(1234); // WHERE bydefault = 1234 $query->filterByByDefault(array(12, 34)); // WHERE bydefault IN (12, 34) $query->filterByByDefault(array('min' => 12)); // WHERE by_default > 12

Parameters

mixed $byDefault 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.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 631
CountryQuery filterByShopCountry( boolean|string $shopCountry = null, string $comparison = null)

Filter the query on the shop_country column

Example usage: $query->filterByShopCountry(true); // WHERE shopcountry = true $query->filterByShopCountry('yes'); // WHERE shopcountry = true

Parameters

boolean|string $shopCountry 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').
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 660
CountryQuery filterByCreatedAt( mixed $createdAt = null, string $comparison = null)

Filter the query on the created_at column

Example usage: $query->filterByCreatedAt('2011-03-14'); // WHERE createdat = '2011-03-14' $query->filterByCreatedAt('now'); // WHERE createdat = '2011-03-14' $query->filterByCreatedAt(array('max' => 'yesterday')); // WHERE created_at > '2011-03-13'

Parameters

mixed $createdAt 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.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 703
CountryQuery filterByUpdatedAt( mixed $updatedAt = null, string $comparison = null)

Filter the query on the updated_at column

Example usage: $query->filterByUpdatedAt('2011-03-14'); // WHERE updatedat = '2011-03-14' $query->filterByUpdatedAt('now'); // WHERE updatedat = '2011-03-14' $query->filterByUpdatedAt(array('max' => 'yesterday')); // WHERE updated_at > '2011-03-13'

Parameters

mixed $updatedAt 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.
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 734
CountryQuery filterByTaxRuleCountry( TaxRuleCountry|ObjectCollection $taxRuleCountry, string $comparison = null)

Filter the query by a related \Thelia\Model\TaxRuleCountry object

Parameters

TaxRuleCountry|ObjectCollection $taxRuleCountry the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 757
CountryQuery joinTaxRuleCountry( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the TaxRuleCountry relation

Parameters

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

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 792
TaxRuleCountryQuery useTaxRuleCountryQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the TaxRuleCountry relation TaxRuleCountry object

Parameters

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

Return Value

TaxRuleCountryQuery A secondary query class using the current class as primary query

See also

useQuery()

in CountryQuery at line 807
CountryQuery filterByAddress( Address|ObjectCollection $address, string $comparison = null)

Filter the query by a related \Thelia\Model\Address object

Parameters

Address|ObjectCollection $address the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 830
CountryQuery joinAddress( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the Address relation

Parameters

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

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 865
AddressQuery useAddressQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the Address relation Address object

Parameters

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

Return Value

AddressQuery A secondary query class using the current class as primary query

See also

useQuery()

in CountryQuery at line 880
CountryQuery filterByOrderAddress( OrderAddress|ObjectCollection $orderAddress, string $comparison = null)

Filter the query by a related \Thelia\Model\OrderAddress object

Parameters

OrderAddress|ObjectCollection $orderAddress the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 903
CountryQuery joinOrderAddress( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the OrderAddress relation

Parameters

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

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 938
OrderAddressQuery useOrderAddressQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the OrderAddress relation OrderAddress object

Parameters

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

Return Value

OrderAddressQuery A secondary query class using the current class as primary query

See also

useQuery()

in CountryQuery at line 953
CountryQuery filterByCouponCountry( CouponCountry|ObjectCollection $couponCountry, string $comparison = null)

Filter the query by a related \Thelia\Model\CouponCountry object

Parameters

CouponCountry|ObjectCollection $couponCountry the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 976
CountryQuery joinCouponCountry( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the CouponCountry relation

Parameters

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

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1011
CouponCountryQuery useCouponCountryQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the CouponCountry relation CouponCountry object

Parameters

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

Return Value

CouponCountryQuery A secondary query class using the current class as primary query

See also

useQuery()

in CountryQuery at line 1026
CountryQuery filterByOrderCouponCountry( OrderCouponCountry|ObjectCollection $orderCouponCountry, string $comparison = null)

Filter the query by a related \Thelia\Model\OrderCouponCountry object

Parameters

OrderCouponCountry|ObjectCollection $orderCouponCountry the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1049
CountryQuery joinOrderCouponCountry( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the OrderCouponCountry relation

Parameters

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

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1084
OrderCouponCountryQuery useOrderCouponCountryQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the OrderCouponCountry relation OrderCouponCountry object

Parameters

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

Return Value

OrderCouponCountryQuery A secondary query class using the current class as primary query

See also

useQuery()

in CountryQuery at line 1099
CountryQuery filterByCountryArea( CountryArea|ObjectCollection $countryArea, string $comparison = null)

Filter the query by a related \Thelia\Model\CountryArea object

Parameters

CountryArea|ObjectCollection $countryArea the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1122
CountryQuery joinCountryArea( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the CountryArea relation

Parameters

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

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1157
CountryAreaQuery useCountryAreaQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the CountryArea relation CountryArea object

Parameters

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

Return Value

CountryAreaQuery A secondary query class using the current class as primary query

See also

useQuery()

in CountryQuery at line 1172
CountryQuery filterByState( State|ObjectCollection $state, string $comparison = null)

Filter the query by a related \Thelia\Model\State object

Parameters

State|ObjectCollection $state the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1195
CountryQuery joinState( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Adds a JOIN clause to the query using the State relation

Parameters

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

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1230
StateQuery useStateQuery( string $relationAlias = null, string $joinType = Criteria::INNER_JOIN)

Use the State relation State object

Parameters

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

Return Value

StateQuery A secondary query class using the current class as primary query

See also

useQuery()

in CountryQuery at line 1245
CountryQuery filterByCountryI18n( CountryI18n|ObjectCollection $countryI18n, string $comparison = null)

Filter the query by a related \Thelia\Model\CountryI18n object

Parameters

CountryI18n|ObjectCollection $countryI18n the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1268
CountryQuery joinCountryI18n( string $relationAlias = null, string $joinType = 'LEFT JOIN')

Adds a JOIN clause to the query using the CountryI18n relation

Parameters

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

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1303
CountryI18nQuery useCountryI18nQuery( string $relationAlias = null, string $joinType = 'LEFT JOIN')

Use the CountryI18n relation CountryI18n object

Parameters

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

Return Value

CountryI18nQuery A secondary query class using the current class as primary query

See also

useQuery()

in CountryQuery at line 1319
CountryQuery filterByCoupon( Coupon $coupon, string $comparison = Criteria::EQUAL)

Filter the query by a related Coupon object using the coupon_country table as cross reference

Parameters

Coupon $coupon the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1336
CountryQuery filterByOrderCoupon( OrderCoupon $orderCoupon, string $comparison = Criteria::EQUAL)

Filter the query by a related OrderCoupon object using the ordercouponcountry table as cross reference

Parameters

OrderCoupon $orderCoupon the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1353
CountryQuery filterByArea( Area $area, string $comparison = Criteria::EQUAL)

Filter the query by a related Area object using the country_area table as cross reference

Parameters

Area $area the related object to use as filter
string $comparison Operator to use for the column comparison, defaults to Criteria::EQUAL

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1368
CountryQuery prune( Country $country = null)

Exclude object from result

Parameters

Country $country Object to remove from the list of results

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1383
int doDeleteAll( ConnectionInterface $con = null)

Deletes all rows from the country table.

Parameters

ConnectionInterface $con the connection to use

Return Value

int The number of affected rows (if supported by underlying database driver).

in CountryQuery at line 1420
int delete( ConnectionInterface $con = null)

Performs a DELETE on the database, given a ChildCountry or Criteria object OR a primary key value.

Parameters

ConnectionInterface $con

Return Value

int The number of affected rows (if supported by underlying database driver). This includes CASCADE-related rows if supported by native driver or if emulated using Propel.

Exceptions

PropelException Any exceptions caught during processing will be rethrown wrapped into a PropelException.

in CountryQuery at line 1461
CountryQuery recentlyUpdated( int $nbDays = 7)

Filter by the latest updated

Parameters

int $nbDays Maximum age of the latest update in days

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1473
CountryQuery recentlyCreated( int $nbDays = 7)

Filter by the latest created

Parameters

int $nbDays Maximum age of in days

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1483
CountryQuery lastUpdatedFirst()

Order by update date desc

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1493
CountryQuery firstUpdatedFirst()

Order by update date asc

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1503
CountryQuery lastCreatedFirst()

Order by create date desc

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1513
CountryQuery firstCreatedFirst()

Order by create date asc

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1529
CountryQuery joinI18n( string $locale = 'en_US', string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query using the i18n relation

Parameters

string $locale Locale to use for the join condition, e.g. 'fr_FR'
string $relationAlias optional alias for the relation
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'. Defaults to left join.

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1547
CountryQuery joinWithI18n( string $locale = 'en_US', string $joinType = Criteria::LEFT_JOIN)

Adds a JOIN clause to the query and hydrates the related I18n object.

Shortcut for $c->joinI18n($locale)->with()

Parameters

string $locale Locale to use for the join condition, e.g. 'fr_FR'
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'. Defaults to left join.

Return Value

CountryQuery The current query, for fluid interface

in CountryQuery at line 1568
CountryI18nQuery useI18nQuery( string $locale = 'en_US', string $relationAlias = null, string $joinType = Criteria::LEFT_JOIN)

Use the I18n relation query object

Parameters

string $locale Locale to use for the join condition, e.g. 'fr_FR'
string $relationAlias optional alias for the relation
string $joinType Accepted values are null, 'left join', 'right join', 'inner join'. Defaults to left join.

Return Value

CountryI18nQuery A secondary query class using the current class as primary query

See also

useQuery()

in CountryQuery at line 117
ChildCountryQuery orderById($order = Criteria::ASC)

Order by the id column

Parameters

$order

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery orderByVisible($order = Criteria::ASC)

Order by the visible column

Parameters

$order

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery orderByIsocode($order = Criteria::ASC)

Order by the isocode column

Parameters

$order

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery orderByIsoalpha2($order = Criteria::ASC)

Order by the isoalpha2 column

Parameters

$order

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery orderByIsoalpha3($order = Criteria::ASC)

Order by the isoalpha3 column

Parameters

$order

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery orderByHasStates($order = Criteria::ASC)

Order by the has_states column

Parameters

$order

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery orderByNeedZipCode($order = Criteria::ASC)

Order by the needzipcode column

Parameters

$order

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery orderByZipCodeFormat($order = Criteria::ASC)

Order by the zipcodeformat column

Parameters

$order

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery orderByByDefault($order = Criteria::ASC)

Order by the by_default column

Parameters

$order

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery orderByShopCountry($order = Criteria::ASC)

Order by the shop_country column

Parameters

$order

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery orderByCreatedAt($order = Criteria::ASC)

Order by the created_at column

Parameters

$order

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery orderByUpdatedAt($order = Criteria::ASC)

Order by the updated_at column

Parameters

$order

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery groupById()

Group by the id column

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery groupByVisible()

Group by the visible column

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery groupByIsocode()

Group by the isocode column

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery groupByIsoalpha2()

Group by the isoalpha2 column

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery groupByIsoalpha3()

Group by the isoalpha3 column

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery groupByHasStates()

Group by the has_states column

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery groupByNeedZipCode()

Group by the needzipcode column

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery groupByZipCodeFormat()

Group by the zipcodeformat column

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery groupByByDefault()

Group by the by_default column

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery groupByShopCountry()

Group by the shop_country column

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery groupByCreatedAt()

Group by the created_at column

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery groupByUpdatedAt()

Group by the updated_at column

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery leftJoin($relation)

Adds a LEFT JOIN clause to the query

Parameters

$relation

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery rightJoin($relation)

Adds a RIGHT JOIN clause to the query

Parameters

$relation

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery innerJoin($relation)

Adds a INNER JOIN clause to the query

Parameters

$relation

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery leftJoinTaxRuleCountry($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery rightJoinTaxRuleCountry($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery innerJoinTaxRuleCountry($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery leftJoinAddress($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery rightJoinAddress($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery innerJoinAddress($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery leftJoinOrderAddress($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery rightJoinOrderAddress($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery innerJoinOrderAddress($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery leftJoinCouponCountry($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery rightJoinCouponCountry($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery innerJoinCouponCountry($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery leftJoinOrderCouponCountry($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery rightJoinOrderCouponCountry($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery innerJoinOrderCouponCountry($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery leftJoinCountryArea($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery rightJoinCountryArea($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery innerJoinCountryArea($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery leftJoinState($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery rightJoinState($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery innerJoinState($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery leftJoinCountryI18n($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery rightJoinCountryI18n($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountryQuery innerJoinCountryI18n($relationAlias = null)

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

Parameters

$relationAlias

Return Value

ChildCountryQuery

in CountryQuery at line 117
ChildCountry findOne( ConnectionInterface $con = null)

Return the first ChildCountry matching the query

Parameters

ConnectionInterface $con

Return Value

ChildCountry

in CountryQuery at line 117
ChildCountry findOneOrCreate( ConnectionInterface $con = null)

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

Parameters

ConnectionInterface $con

Return Value

ChildCountry

in CountryQuery at line 117
ChildCountry findOneById( int $id)

Return the first ChildCountry filtered by the id column

Parameters

int $id

Return Value

ChildCountry

in CountryQuery at line 117
ChildCountry findOneByVisible( int $visible)

Return the first ChildCountry filtered by the visible column

Parameters

int $visible

Return Value

ChildCountry

in CountryQuery at line 117
ChildCountry findOneByIsocode( string $isocode)

Return the first ChildCountry filtered by the isocode column

Parameters

string $isocode

Return Value

ChildCountry

in CountryQuery at line 117
ChildCountry findOneByIsoalpha2( string $isoalpha2)

Return the first ChildCountry filtered by the isoalpha2 column

Parameters

string $isoalpha2

Return Value

ChildCountry

in CountryQuery at line 117
ChildCountry findOneByIsoalpha3( string $isoalpha3)

Return the first ChildCountry filtered by the isoalpha3 column

Parameters

string $isoalpha3

Return Value

ChildCountry

in CountryQuery at line 117
ChildCountry findOneByHasStates( int $has_states)

Return the first ChildCountry filtered by the has_states column

Parameters

int $has_states

Return Value

ChildCountry

in CountryQuery at line 117
ChildCountry findOneByNeedZipCode( int $need_zip_code)

Return the first ChildCountry filtered by the needzipcode column

Parameters

int $need_zip_code

Return Value

ChildCountry

in CountryQuery at line 117
ChildCountry findOneByZipCodeFormat( string $zip_code_format)

Return the first ChildCountry filtered by the zipcodeformat column

Parameters

string $zip_code_format

Return Value

ChildCountry

in CountryQuery at line 117
ChildCountry findOneByByDefault( int $by_default)

Return the first ChildCountry filtered by the by_default column

Parameters

int $by_default

Return Value

ChildCountry

in CountryQuery at line 117
ChildCountry findOneByShopCountry( boolean $shop_country)

Return the first ChildCountry filtered by the shop_country column

Parameters

boolean $shop_country

Return Value

ChildCountry

in CountryQuery at line 117
ChildCountry findOneByCreatedAt( string $created_at)

Return the first ChildCountry filtered by the created_at column

Parameters

string $created_at

Return Value

ChildCountry

in CountryQuery at line 117
ChildCountry findOneByUpdatedAt( string $updated_at)

Return the first ChildCountry filtered by the updated_at column

Parameters

string $updated_at

Return Value

ChildCountry

in CountryQuery at line 117
array findById( int $id)

Return ChildCountry objects filtered by the id column

Parameters

int $id

Return Value

array

in CountryQuery at line 117
array findByVisible( int $visible)

Return ChildCountry objects filtered by the visible column

Parameters

int $visible

Return Value

array

in CountryQuery at line 117
array findByIsocode( string $isocode)

Return ChildCountry objects filtered by the isocode column

Parameters

string $isocode

Return Value

array

in CountryQuery at line 117
array findByIsoalpha2( string $isoalpha2)

Return ChildCountry objects filtered by the isoalpha2 column

Parameters

string $isoalpha2

Return Value

array

in CountryQuery at line 117
array findByIsoalpha3( string $isoalpha3)

Return ChildCountry objects filtered by the isoalpha3 column

Parameters

string $isoalpha3

Return Value

array

in CountryQuery at line 117
array findByHasStates( int $has_states)

Return ChildCountry objects filtered by the has_states column

Parameters

int $has_states

Return Value

array

in CountryQuery at line 117
array findByNeedZipCode( int $need_zip_code)

Return ChildCountry objects filtered by the needzipcode column

Parameters

int $need_zip_code

Return Value

array

in CountryQuery at line 117
array findByZipCodeFormat( string $zip_code_format)

Return ChildCountry objects filtered by the zipcodeformat column

Parameters

string $zip_code_format

Return Value

array

in CountryQuery at line 117
array findByByDefault( int $by_default)

Return ChildCountry objects filtered by the by_default column

Parameters

int $by_default

Return Value

array

in CountryQuery at line 117
array findByShopCountry( boolean $shop_country)

Return ChildCountry objects filtered by the shop_country column

Parameters

boolean $shop_country

Return Value

array

in CountryQuery at line 117
array findByCreatedAt( string $created_at)

Return ChildCountry objects filtered by the created_at column

Parameters

string $created_at

Return Value

array

in CountryQuery at line 117
array findByUpdatedAt( string $updated_at)

Return ChildCountry objects filtered by the updated_at column

Parameters

string $updated_at

Return Value

array