$alias
$alias : \ManaPHP\AliasInterface
getAttributes(string|\ManaPHP\Data\Db\ModelInterface $model) : array
Returns table attributes names (fields)
string|\ManaPHP\Data\Db\ModelInterface | $model |
getPrimaryKeyAttributes(string|\ManaPHP\Data\Db\ModelInterface $model) : array
Returns an array of fields which are part of the primary key
string|\ManaPHP\Data\Db\ModelInterface | $model |
getAutoIncrementAttribute(string|\ManaPHP\Data\Db\ModelInterface $model) : string
Returns attribute which is auto increment or null
string|\ManaPHP\Data\Db\ModelInterface | $model |
|null
_readMetaData(string|\ManaPHP\Data\Db\ModelInterface $model) : array
Reads the complete meta-data for certain model
string|\ManaPHP\Data\Db\ModelInterface | $model |