Interface IConstants
Direct known implementers
MvcCore\Ext\Models\Db\Models\MySql, MvcCore\Ext\Models\Db\Models\PgSql, MvcCore\Ext\Models\Db\Providers\Resources\MySql, MvcCore\Ext\Models\Db\Providers\Resources\PgSql, MvcCore\Ext\Models\Db\Providers\Resources\SQLite, MvcCore\Ext\Models\Db\Providers\Resources\SqlSrv, MvcCore\Ext\Models\Model, MvcCore\Ext\Models\Db\Models\Resource, MvcCore\Ext\Models\Db\Models\SQLite, MvcCore\Ext\Models\Db\Models\SqlSrv, MvcCore\Ext\Models\Db\Providers\Connections\MySql, MvcCore\Ext\Models\Db\Providers\Connections\PgSql, MvcCore\Ext\Models\Db\Providers\Connections\SQLite, MvcCore\Ext\Models\Db\Providers\Connections\SqlSrv, MvcCore\Ext\Models\Db\Providers\Resource
Namespace: MvcCore\Ext\Models\Db\Model
Located at ext-model-db/src/MvcCore/Ext/Models/Db/Model/IConstants.php
Located at ext-model-db/src/MvcCore/Ext/Models/Db/Model/IConstants.php
integer |
TRANS_ISOLATION_REPEATABLE_READ
Transaction isolation mode repeatable read. |
#
1
|
integer |
TRANS_ISOLATION_READ_COMMITTED
Transaction isolation mode read commited. |
#
2
|
integer |
TRANS_ISOLATION_READ_UNCOMMITTED
Transaction isolation mode read uncommited. |
#
4
|
integer |
TRANS_ISOLATION_SERIALIZABLE
Transaction isolation mode serializable. |
#
8
|
integer |
METADATA_BY_CODE
Switch to get metadata properties map keyed by source code properties names. |
#
0
|
integer |
METADATA_BY_DATABASE
Switch to get metadata properties map keyed by database column names. |
#
1
|
integer |
METADATA_PRIMARY_KEY
Switch to get metadata properties map, where is/are primary key(s) decorated. |
#
2
|
integer |
METADATA_UNIQUE_KEY
Switch to get metadata properties map, where is/are unique key(s) decorated. |
#
3
|
integer |
METADATA_AUTO_INCREMENT
Switch to get metadata properties map, where is autoincrement feature decorated. |
#
4
|
integer |
METADATA_CONNECTIONS
Switch to get metadata class connection attribute ctor arguments. |
#
5
|
integer |
METADATA_TABLES
Switch to get metadata class table attribute ctor arguments. |
#
6
|