On this page
Namespace Cake\Database\Type
Classes summary
DecimalType
Decimal type converter.
JsonType
Json type converter.
BoolType
Bool type converter.
BinaryType
Binary type converter.
DateType
Class DateType
BinaryUuidType
Binary UUID type converter.
UuidType
Provides behavior for the UUID type
StringType
String type converter.
DateTimeType
Datetime type converter.
TimeType
Time type converter.
FloatType
Float type converter.
IntegerType
Integer type converter.
Interfaces summary
BatchCastingInterface
Denotes type objects capable of converting many values from their original database representation to php values.
OptionalConvertInterface
An interface used by Type objects to signal whether the casting is actually required.
ExpressionTypeInterface
An interface used by Type objects to signal whether the value should be converted to an ExpressionInterface instead of a string when sent to the database.
Traits summary
ExpressionTypeCasterTrait
Offers a method to convert values to ExpressionInterface objects if the type they should be converted to implements ExpressionTypeInterface
© 2005–present 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.9/namespace-Cake.Database.Type.html