Final Class Yiisoft\Db\Constant\DataType
| Inheritance | Yiisoft\Db\Constant\DataType |
|---|
Types of data.
Usually used when binding parameters.
Constants
| Constant | Value | Description | Defined By |
|---|---|---|---|
| BOOLEAN | 5 | Boolean data type. | Yiisoft\Db\Constant\DataType |
| INTEGER | 1 |
SQL INTEGER data type.
|
Yiisoft\Db\Constant\DataType |
| LOB | 3 | SQL large object data type. | Yiisoft\Db\Constant\DataType |
| NULL | 0 |
SQL NULL data type.
|
Yiisoft\Db\Constant\DataType |
| STMT | 4 | Represents a recordset type. Not currently supported by any drivers. | Yiisoft\Db\Constant\DataType |
| STRING | 2 |
SQL CHAR, VARCHAR, or another string data type.
|
Yiisoft\Db\Constant\DataType |
Signup or Login in order to comment.