Index
-
\com\setasign\SetaFramework
-
Database
-
Manager
-
Column
- AbstractBlob
- AbstractColumn
- AbstractFloat
- AbstractInteger
- AbstractLengthColumn
- AbstractNoDefault
- AbstractNumeric
- AbstractText
- BigInt
- Binary
- Blob
- Char
- Date
- DateTime
- Decimal
- Double
- EnumColumn
- FloatColumn
- HasCollation
- HasCollationTrait
- Integer
- LongBlob
- LongText
- MediumBlob
- MediumInt
- MediumText
- SmallInt
- Text
- Time
- TinyBlob
- TinyInt
- TinyText
- VarBinary
- VarChar
-
Column
-
Manager
-
Database
com\setasign\SetaFramework\Database\Manager\Column
HasCollation Interface HasCollation
File: /SetaFramework/src/Database/Manager/Column/HasCollation.php
Implemented in
Summary
Methods
setCollation()
Sets the collation.
Warning: If you change the collation to one which uses another charset the data will NOT automaticly converted!
If the value is null it will be reset to actual default of the tableschema.
Parameters
- $collation : ?string
