接口 ExpressionTypeInterface
Type 对象使用的接口,用于指示在将值发送到数据库时,是否应将其转换为 ExpressionInterface 而不是字符串。
命名空间: Cake\Database\Type
方法摘要
-
toExpression() public
返回给定值的 ExpressionInterface 对象,可用于查询。
方法详情
toExpression() ¶ public
toExpression(mixed $value): Cake\Database\ExpressionInterface
返回给定值的 ExpressionInterface 对象,可用于查询。
参数
-
混合
$value 要转换为表达式的值
返回值
Cake\Database\ExpressionInterface