getExpressionData() : array
abstract | |
---|---|
inherited_from | \Zend\Db\Sql\ExpressionInterface::getExpressionData() |
array
of array|string should return an array in the format: array ( // a sprintf formatted string string $specification, // the values for the above sprintf formatted string array $values, // an array of equal length of the $values array, with either TYPE_IDENTIFIER or TYPE_VALUE for each value array $types, )normalizeArgument(mixed $argument, string $defaultType) : array
mixed
string
\Zend\Db\Sql\Exception\InvalidArgumentException |
---|
array
buildNormalizedArgument(mixed $argument, string $argumentType) : array
mixed
string
\Zend\Db\Sql\Exception\InvalidArgumentException |
---|
array
$allowedTypes : string[]
TYPE_IDENTIFIER
inherited_from | \Zend\Db\Sql\ExpressionInterface::TYPE_IDENTIFIER |
---|
TYPE_LITERAL
inherited_from | \Zend\Db\Sql\ExpressionInterface::TYPE_LITERAL |
---|
TYPE_SELECT
inherited_from | \Zend\Db\Sql\ExpressionInterface::TYPE_SELECT |
---|
TYPE_VALUE
inherited_from | \Zend\Db\Sql\ExpressionInterface::TYPE_VALUE |
---|