Final Class Yiisoft\Db\Expression\Value\Value
| Inheritance | Yiisoft\Db\Expression\Value\Value |
|---|---|
| Implements | Yiisoft\Db\Expression\ExpressionInterface |
Represents a value for SQL queries.
This class encapsulates any type of value that needs to be properly converted and bound as a parameter in SQL statements.
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $value | mixed | Yiisoft\Db\Expression\Value\Value |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Db\Expression\Value\Value |
Property Details
Method Details
| public mixed __construct ( mixed $value ) | ||
| $value | mixed |
The value to be used in the SQL query. |
public function __construct(
public readonly mixed $value,
) {}
Signup or Login in order to comment.