Final Class Yiisoft\Db\Constant\ColumnInfoSource
| Inheritance | Yiisoft\Db\Constant\ColumnInfoSource |
|---|
Defines the possible sources of column information.
It can be used in ColumnFactoryInterface instances when creating column objects.
Constants
| Constant | Value | Description | Defined By |
|---|---|---|---|
| DEFINITION | 'definition' | Yiisoft\Db\Constant\ColumnInfoSource | |
| QUERY_RESULT | 'query_result' | Yiisoft\Db\Constant\ColumnInfoSource | |
| TABLE_SCHEMA | 'table_schema' | Yiisoft\Db\Constant\ColumnInfoSource |
Signup or Login in order to comment.