Methods
Constructor
__construct(null | string | array $identifier, null | array | \Zend\Db\Sql\Select $valueSet)
Parameters
$identifier
nullstringarray
Return array of parts for where statement
getExpressionData() : array
Get identifier of comparison
getIdentifier() : null | string | array
Set identifier for comparison
setIdentifier(string | array $identifier) : \Zend\Db\Sql\Predicate\In
Parameters
$identifier
stringarray
Returns
Normalize Argument
normalizeArgument(mixed $argument, string $defaultType) : array
Inherited
inherited_from |
\Zend\Db\Sql\AbstractExpression::normalizeArgument() |
Parameters
$argument
mixed
$defaultType
string
Exceptions
Returns
array
buildNormalizedArgument()
buildNormalizedArgument(mixed $argument, string $argumentType) : array
Inherited
inherited_from |
\Zend\Db\Sql\AbstractExpression::buildNormalizedArgument() |
Parameters
$argument
mixed
$argumentType
string
Exceptions
Returns
array
Properties
$allowedTypes
$allowedTypes : string[]
Inherited
inherited_from |
\Zend\Db\Sql\AbstractExpression::$$allowedTypes |
$specification
$specification
$valueSpecSpecification
$valueSpecSpecification
Constants
TYPE_IDENTIFIER
TYPE_IDENTIFIER
Inherited
inherited_from |
\Zend\Db\Sql\ExpressionInterface::TYPE_IDENTIFIER |
inherited_from |
\Zend\Db\Sql\AbstractExpression::TYPE_IDENTIFIER |
TYPE_LITERAL
TYPE_LITERAL
Inherited
inherited_from |
\Zend\Db\Sql\ExpressionInterface::TYPE_LITERAL |
inherited_from |
\Zend\Db\Sql\AbstractExpression::TYPE_LITERAL |
TYPE_SELECT
TYPE_SELECT
Inherited
inherited_from |
\Zend\Db\Sql\ExpressionInterface::TYPE_SELECT |
inherited_from |
\Zend\Db\Sql\AbstractExpression::TYPE_SELECT |
TYPE_VALUE
TYPE_VALUE
Inherited
inherited_from |
\Zend\Db\Sql\ExpressionInterface::TYPE_VALUE |
inherited_from |
\Zend\Db\Sql\AbstractExpression::TYPE_VALUE |