MysqlProvider
final class MysqlProvider implements ProviderInterface
Mysql provider can help to retrieve data from mysql database and marshalling between another fields for MySQL.
Methods
static array
mapForeignKeys(array $foreignKey)
{@inheritDoc}
static array
map(array $column, string|null $table = null, Xeed|null $xeed = null)
Do mapping method between another fields for Database.
Details
at line 21
void
attach(Xeed $xeed, string|null $table = null)
Attach child provider to DB instance.
at line 49
static array
mapForeignKeys(array $foreignKey)
{@inheritDoc}
at line 63
static array
map(array $column, string|null $table = null, Xeed|null $xeed = null)
Do mapping method between another fields for Database.