Class BaseAttributeCombinationQuery
Base class that represents a query for the 'attribute_combination' table.
- ModelCriteria
-
Thelia\Model\om\BaseAttributeCombinationQuery
Direct known subclasses
Thelia\Model\AttributeCombinationQueryNamespace: Thelia\Model\om
Package: propel\generator\Thelia\Model\om
Located at core/lib/Thelia/Model/om/BaseAttributeCombinationQuery.php
public
|
#
__construct( string $dbName = 'thelia', string $modelName = 'Thelia\\Model\\AttributeCombination', string $modelAlias = null )
Initializes internal state of BaseAttributeCombinationQuery object. |
public static
|
#
create( string $modelAlias = null,
Returns a new AttributeCombinationQuery object. |
public
|
|
protected
|
#
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. |
protected
|
|
public
PropelObjectCollection|
|
|
public
|
|
public
|
|
public
|
|
public
|
#
filterByAttributeId( mixed $attributeId = null, string $comparison = null )
Filter the query on the attribute_id column |
public
|
#
filterByCombinationId( mixed $combinationId = null, string $comparison = null )
Filter the query on the combination_id column |
public
|
#
filterByAttributeAvId( mixed $attributeAvId = null, string $comparison = null )
Filter the query on the attribute_av_id column |
public
|
#
filterByCreatedAt( mixed $createdAt = null, string $comparison = null )
Filter the query on the created_at column |
public
|
#
filterByUpdatedAt( mixed $updatedAt = null, string $comparison = null )
Filter the query on the updated_at column |
public
|
#
filterByAttribute(
Filter the query by a related Attribute object |
public
|
#
joinAttribute( string $relationAlias = null, string $joinType = Thelia\Model\om\Criteria::INNER_JOIN )
Adds a JOIN clause to the query using the Attribute relation |
public
|
#
useAttributeQuery( string $relationAlias = null, string $joinType = Thelia\Model\om\Criteria::INNER_JOIN )
Use the Attribute relation Attribute object |
public
|
#
filterByAttributeAv(
Filter the query by a related AttributeAv object |
public
|
#
joinAttributeAv( string $relationAlias = null, string $joinType = Thelia\Model\om\Criteria::INNER_JOIN )
Adds a JOIN clause to the query using the AttributeAv relation |
public
|
#
useAttributeAvQuery( string $relationAlias = null, string $joinType = Thelia\Model\om\Criteria::INNER_JOIN )
Use the AttributeAv relation AttributeAv object |
public
|
#
filterByCombination(
Filter the query by a related Combination object |
public
|
#
joinCombination( string $relationAlias = null, string $joinType = Thelia\Model\om\Criteria::INNER_JOIN )
Adds a JOIN clause to the query using the Combination relation |
public
|
#
useCombinationQuery( string $relationAlias = null, string $joinType = Thelia\Model\om\Criteria::INNER_JOIN )
Use the Combination relation Combination object |
public
|
#
prune(
Exclude object from result |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
public
|
|
public
|
#
orderByAttributeId( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the attribute_id column |
public
|
#
orderByCombinationId( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the combination_id column |
public
|
#
orderByAttributeAvId( mixed $order = Thelia\Model\om\Criteria::ASC )
Order by the attribute_av_id column |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
leftJoinAttribute( mixed $relationAlias = null )
Adds a LEFT JOIN clause to the query using the Attribute relation |
public
|
#
rightJoinAttribute( mixed $relationAlias = null )
Adds a RIGHT JOIN clause to the query using the Attribute relation |
public
|
#
innerJoinAttribute( mixed $relationAlias = null )
Adds a INNER JOIN clause to the query using the Attribute relation |
public
|
#
leftJoinAttributeAv( mixed $relationAlias = null )
Adds a LEFT JOIN clause to the query using the AttributeAv relation |
public
|
#
rightJoinAttributeAv( mixed $relationAlias = null )
Adds a RIGHT JOIN clause to the query using the AttributeAv relation |
public
|
#
innerJoinAttributeAv( mixed $relationAlias = null )
Adds a INNER JOIN clause to the query using the AttributeAv relation |
public
|
#
leftJoinCombination( mixed $relationAlias = null )
Adds a LEFT JOIN clause to the query using the Combination relation |
public
|
#
rightJoinCombination( mixed $relationAlias = null )
Adds a RIGHT JOIN clause to the query using the Combination relation |
public
|
#
innerJoinCombination( mixed $relationAlias = null )
Adds a INNER JOIN clause to the query using the Combination relation |
public
|
|
public
|
#
findOneOrCreate( PropelPDO $con = null )
Return the first AttributeCombination matching the query, or a new AttributeCombination object populated from the query conditions when no match is found |
public
|
|
public
|
#
findOneByAttributeId( integer $attribute_id = )
Return the first AttributeCombination filtered by the attribute_id column |
public
|
#
findOneByCombinationId( integer $combination_id = )
Return the first AttributeCombination filtered by the combination_id column |
public
|
#
findOneByAttributeAvId( integer $attribute_av_id = )
Return the first AttributeCombination filtered by the attribute_av_id column |
public
|
#
findOneByCreatedAt( string $created_at = )
Return the first AttributeCombination filtered by the created_at column |
public
|
#
findOneByUpdatedAt( string $updated_at = )
Return the first AttributeCombination filtered by the updated_at column |
public
array
|
|
public
array
|
#
findByAttributeId( integer $attribute_id = )
Return AttributeCombination objects filtered by the attribute_id column |
public
array
|
#
findByCombinationId( integer $combination_id = )
Return AttributeCombination objects filtered by the combination_id column |
public
array
|
#
findByAttributeAvId( integer $attribute_av_id = )
Return AttributeCombination objects filtered by the attribute_av_id column |
public
array
|
#
findByCreatedAt( string $created_at = )
Return AttributeCombination objects filtered by the created_at column |
public
array
|
#
findByUpdatedAt( string $updated_at = )
Return AttributeCombination objects filtered by the updated_at column |