Trait TypeConverterTrait
Type converter trait
Direct Users
Indirect Users
- Cake\Database\Statement\BufferedStatement
- Cake\Database\Statement\CallbackStatement
- Cake\Database\Statement\PDOStatement
Method Summary
- cast() public
Converts a give value to a suitable database value based on type and return relevant internal statement type
- matchTypes() publicMatches columns to corresponding types
Method Detail
cast()source public
cast( mixed $value , Cake\Database\Type|string $type )
Converts a give value to a suitable database value based on type and return relevant internal statement type
Parameters
- mixed
$value
- The value to cast
-
Cake\Database\Type
|string$type
- The type name or type instance to use.
Returns
arraylist containing converted value and internal type
matchTypes()source public
matchTypes( array $columns , array $types )
Matches columns to corresponding types
Both $columns and $types should either be numeric based or string key based at the same time.
Parameters
- array
$columns
- list or associative array of columns and parameters to be bound with types
- array
$types
- list or associative array of types
Returns
array
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.4/class-Cake.Database.TypeConverterTrait.html